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

/linux-4.4.14/drivers/memstick/host/
H A Drtsx_pci_ms.c200 if (val & (MS_INT_CMDNK | MS_INT_ERR | ms_transfer_data()
263 if (val & (MS_INT_ERR | MS_INT_CMDNK)) ms_write_bytes()
332 if (val & (MS_INT_ERR | MS_INT_CMDNK)) ms_read_bytes()
388 if (int_reg & MS_INT_CMDNK) rtsx_pci_ms_issue_cmd()
H A Drtsx_usb_ms.c381 if (val & (MS_INT_ERR | MS_INT_CMDNK)) ms_write_bytes()
449 if (val & (MS_INT_ERR | MS_INT_CMDNK)) ms_read_bytes()
503 if (int_reg & MS_INT_CMDNK) rtsx_usb_ms_issue_cmd()
/linux-4.4.14/drivers/staging/rts5208/
H A Dms.c93 if (*ptr & (MS_INT_ERR | MS_INT_CMDNK)) { ms_transfer_tpc()
177 if (val & (MS_INT_CMDNK | MS_INT_ERR | MS_CRC16_ERR | MS_RDY_TIMEOUT)) { ms_transfer_data()
233 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { ms_write_bytes()
304 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { ms_read_bytes()
986 if (buf[0] & (MS_INT_CMDNK | MS_INT_ERR)) { msxc_change_power()
3119 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK | MS_INT_ERR)) == MS_INT_CED) { mspro_read_format_progress()
3174 if (tmp & (MS_INT_CED | MS_INT_CMDNK | mspro_read_format_progress()
3194 if (tmp & (MS_INT_CMDNK | MS_INT_ERR)) { mspro_read_format_progress()
3297 if (tmp & (MS_INT_CMDNK | MS_INT_ERR)) { mspro_format()
4157 if (val & (MS_INT_ERR | MS_INT_CMDNK)) check_ms_err()
H A Drtsx_card.h236 #define MS_INT_CMDNK 0x08 macro
/linux-4.4.14/include/linux/mfd/
H A Drtsx_usb.h562 #define MS_INT_CMDNK 0x08 macro
H A Drtsx_pci.h173 #define MS_INT_CMDNK 0x08 macro

Completed in 235 milliseconds