Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rts5208/
Dms.c929 if (!(val & MS_INT_BREQ)) {
954 if ((val & MS_INT_CED) || !(val & MS_INT_BREQ))
2669 !(val & MS_INT_BREQ) ||
2673 if (val & MS_INT_BREQ) {
2723 if (val & MS_INT_BREQ)
2769 if (!(tmp & MS_INT_BREQ)) {
2770 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK |
2823 MS_INT_BREQ | MS_INT_ERR))
2848 } else if (tmp & MS_INT_BREQ) {
2934 if ((tmp & (MS_INT_BREQ | MS_INT_CED)) == MS_INT_BREQ) {
Drtsx_card.h225 #define MS_INT_BREQ 0x04 macro
/linux-6.1.9/include/linux/
Drtsx_usb.h550 #define MS_INT_BREQ 0x04 macro
Drtsx_pci.h151 #define MS_INT_BREQ 0x04 macro
/linux-6.1.9/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()