Home
last modified time | relevance | path

Searched refs:MS_INT (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/memstick/host/
Drtsx_usb_ms.c739 XD_INT | MS_INT | SD_INT, in rtsx_usb_ms_poll_card()
740 XD_INT | MS_INT | SD_INT); in rtsx_usb_ms_poll_card()
744 if (val & MS_INT) { in rtsx_usb_ms_poll_card()
/linux-6.1.9/include/linux/
Drtsx_usb.h589 #define MS_INT 0x08 macro
Drtsx_pci.h53 #define MS_INT (1 << 26) macro
65 #define CARD_INT (XD_INT | MS_INT | SD_INT)
/linux-6.1.9/drivers/misc/cardreader/
Drtsx_usb.c549 XD_INT | MS_INT | SD_INT, in rtsx_usb_reset_chip()
550 XD_INT | MS_INT | SD_INT); in rtsx_usb_reset_chip()
Drtsx_pcr.c1008 if (int_reg & MS_INT) { in rtsx_pci_isr()
/linux-6.1.9/drivers/staging/rts5208/
Drtsx_chip.h266 #define MS_INT BIT(26) macro
278 #define CARD_INT (XD_INT | MS_INT | SD_INT)
Drtsx_chip.c1886 if (status & MS_INT) { in rtsx_pre_handle_interrupt()