Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/memstick/host/
Drtsx_pci_ms.c200 if (val & (MS_INT_CMDNK | MS_INT_ERR | in ms_transfer_data()
263 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_write_bytes()
332 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_read_bytes()
388 if (int_reg & MS_INT_CMDNK) in rtsx_pci_ms_issue_cmd()
Drtsx_usb_ms.c381 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_write_bytes()
449 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_read_bytes()
503 if (int_reg & MS_INT_CMDNK) in rtsx_usb_ms_issue_cmd()
/Linux-v4.19/drivers/staging/rts5208/
Dms.c90 if (*ptr & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_transfer_tpc()
168 if (val & (MS_INT_CMDNK | MS_INT_ERR | MS_CRC16_ERR | MS_RDY_TIMEOUT)) { in ms_transfer_data()
221 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_write_bytes()
287 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_read_bytes()
915 if (buf[0] & (MS_INT_CMDNK | MS_INT_ERR)) { in msxc_change_power()
2907 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK |
2959 if (tmp & (MS_INT_CED | MS_INT_CMDNK |
2977 if (tmp & (MS_INT_CMDNK | MS_INT_ERR)) {
3073 if (tmp & (MS_INT_CMDNK | MS_INT_ERR)) {
3882 if (val & (MS_INT_ERR | MS_INT_CMDNK))
Drtsx_card.h236 #define MS_INT_CMDNK 0x08 macro
/Linux-v4.19/include/linux/
Drtsx_usb.h562 #define MS_INT_CMDNK 0x08 macro
Drtsx_pci.h173 #define MS_INT_CMDNK 0x08 macro