Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rts5208/
Dms.c982 if (!(val & MS_INT_BREQ)) {
1007 if ((val & MS_INT_CED) || !(val & MS_INT_BREQ))
2805 !(val & MS_INT_BREQ) ||
2809 if (val & MS_INT_BREQ) {
2860 if (val & MS_INT_BREQ)
2906 if (!(tmp & MS_INT_BREQ)) {
2907 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK |
2960 MS_INT_BREQ | MS_INT_ERR))
2985 } else if (tmp & MS_INT_BREQ) {
3077 if ((tmp & (MS_INT_BREQ | MS_INT_CED)) == MS_INT_BREQ) {
Drtsx_card.h237 #define MS_INT_BREQ 0x04 macro
/Linux-v4.19/include/linux/
Drtsx_usb.h563 #define MS_INT_BREQ 0x04 macro
Drtsx_pci.h174 #define MS_INT_BREQ 0x04 macro
/Linux-v4.19/drivers/memstick/host/
Drtsx_pci_ms.c390 if (int_reg & MS_INT_BREQ) in rtsx_pci_ms_issue_cmd()
Drtsx_usb_ms.c505 if (int_reg & MS_INT_BREQ) in rtsx_usb_ms_issue_cmd()