Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/include/linux/
Drtsx_usb.h560 #define MS_INT_CMDNK 0x08 macro
Drtsx_pci.h173 #define MS_INT_CMDNK 0x08 macro