Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drtsx_usb.h565 #define MS_INT_CED 0x01 macro
Drtsx_pci.h176 #define MS_INT_CED 0x01 macro
/Linux-v4.19/drivers/staging/rts5208/
Dms.c1007 if ((val & MS_INT_CED) || !(val & MS_INT_BREQ))
2907 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK |
2908 MS_INT_ERR)) == MS_INT_CED) {
2959 if (tmp & (MS_INT_CED | MS_INT_CMDNK |
2982 if (tmp & MS_INT_CED) {
3077 if ((tmp & (MS_INT_BREQ | MS_INT_CED)) == MS_INT_BREQ) {
3084 if (tmp & MS_INT_CED) {
3850 rtsx_add_cmd(chip, CHECK_REG_CMD, MS_TRANS_CFG, MS_INT_CED, MS_INT_CED);
Drtsx_card.h239 #define MS_INT_CED 0x01 macro
/Linux-v4.19/drivers/memstick/host/
Drtsx_pci_ms.c394 if (int_reg & MS_INT_CED) in rtsx_pci_ms_issue_cmd()
Drtsx_usb_ms.c509 if (int_reg & MS_INT_CED) in rtsx_usb_ms_issue_cmd()