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

/linux-master/drivers/staging/rts5208/
H A Dms.c954 if ((val & MS_INT_CED) || !(val & MS_INT_BREQ))
2772 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK |
2773 MS_INT_ERR)) == MS_INT_CED) {
2824 if (tmp & (MS_INT_CED | MS_INT_CMDNK |
2847 if (tmp & MS_INT_CED) {
2936 if ((tmp & (MS_INT_BREQ | MS_INT_CED)) == MS_INT_BREQ) {
2943 if (tmp & MS_INT_CED) {
3687 rtsx_add_cmd(chip, CHECK_REG_CMD, MS_TRANS_CFG, MS_INT_CED, MS_INT_CED);
H A Drtsx_card.h227 #define MS_INT_CED 0x01 macro
/linux-master/drivers/memstick/host/
H A Drtsx_pci_ms.c382 if (int_reg & MS_INT_CED)
H A Drtsx_usb_ms.c497 if (int_reg & MS_INT_CED)
/linux-master/include/linux/
H A Drtsx_usb.h552 #define MS_INT_CED 0x01 macro
H A Drtsx_pci.h155 #define MS_INT_CED 0x01 macro

Completed in 139 milliseconds