Home
last modified time | relevance | path

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

/drivers/staging/rts5208/
Dms.c929 if (!(val & MS_INT_BREQ)) {
954 if ((val & MS_INT_CED) || !(val & MS_INT_BREQ))
2670 !(val & MS_INT_BREQ) ||
2674 if (val & MS_INT_BREQ) {
2724 if (val & MS_INT_BREQ)
2770 if (!(tmp & MS_INT_BREQ)) {
2771 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK |
2824 MS_INT_BREQ | MS_INT_ERR))
2849 } else if (tmp & MS_INT_BREQ) {
2935 if ((tmp & (MS_INT_BREQ | MS_INT_CED)) == MS_INT_BREQ) {
Drtsx_card.h225 #define MS_INT_BREQ 0x04 macro
/drivers/memstick/host/
Drtsx_pci_ms.c378 if (int_reg & MS_INT_BREQ) in rtsx_pci_ms_issue_cmd()
Drtsx_usb_ms.c493 if (int_reg & MS_INT_BREQ) in rtsx_usb_ms_issue_cmd()