Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rts5208/
Dms.c1058 if (!(val & MS_INT_BREQ)) {
1086 if ((val & MS_INT_CED) || !(val & MS_INT_BREQ))
3013 || !(val & MS_INT_BREQ)
3017 if (val & MS_INT_BREQ) {
3069 if (val & MS_INT_BREQ)
3118 if (!(tmp & MS_INT_BREQ)) {
3119 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK | MS_INT_ERR)) == MS_INT_CED) {
3175 MS_INT_BREQ | MS_INT_ERR))
3203 } else if (tmp & MS_INT_BREQ) {
3302 if ((tmp & (MS_INT_BREQ | MS_INT_CED)) == MS_INT_BREQ) {
Drtsx_card.h237 #define MS_INT_BREQ 0x04 macro
/linux-4.4.14/include/linux/mfd/
Drtsx_usb.h563 #define MS_INT_BREQ 0x04 macro
Drtsx_pci.h174 #define MS_INT_BREQ 0x04 macro
/linux-4.4.14/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()