Home
last modified time | relevance | path

Searched refs:MS_INT_CED (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/linux/
Drtsx_usb.h552 #define MS_INT_CED 0x01 macro
Drtsx_pci.h153 #define MS_INT_CED 0x01 macro
/linux-6.1.9/drivers/staging/rts5208/
Dms.c954 if ((val & MS_INT_CED) || !(val & MS_INT_BREQ))
2770 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK |
2771 MS_INT_ERR)) == MS_INT_CED) {
2822 if (tmp & (MS_INT_CED | MS_INT_CMDNK |
2845 if (tmp & MS_INT_CED) {
2934 if ((tmp & (MS_INT_BREQ | MS_INT_CED)) == MS_INT_BREQ) {
2941 if (tmp & MS_INT_CED) {
3685 rtsx_add_cmd(chip, CHECK_REG_CMD, MS_TRANS_CFG, MS_INT_CED, MS_INT_CED);
Drtsx_card.h227 #define MS_INT_CED 0x01 macro
/linux-6.1.9/drivers/memstick/host/
Drtsx_pci_ms.c382 if (int_reg & MS_INT_CED) in rtsx_pci_ms_issue_cmd()
Drtsx_usb_ms.c497 if (int_reg & MS_INT_CED) in rtsx_usb_ms_issue_cmd()