Home
last modified time | relevance | path

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

/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()
392 if (int_reg & MS_INT_ERR) 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()
507 if (int_reg & MS_INT_ERR) in rtsx_usb_ms_issue_cmd()
/drivers/staging/rts5208/
Dms.c93 if (*ptr & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_transfer_tpc()
167 if (val & (MS_INT_CMDNK | MS_INT_ERR | MS_CRC16_ERR | MS_RDY_TIMEOUT)) in ms_transfer_data()
218 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_write_bytes()
284 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_read_bytes()
793 if (buf[0] & (MS_INT_CMDNK | MS_INT_ERR)) in msxc_change_power()
2677 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK | MS_INT_ERR)) == MS_INT_CED) { in mspro_read_format_progress()
2729 MS_INT_BREQ | MS_INT_ERR)) in mspro_read_format_progress()
2746 if (tmp & (MS_INT_CMDNK | MS_INT_ERR)) { in mspro_read_format_progress()
2835 if (tmp & (MS_INT_CMDNK | MS_INT_ERR)) in mspro_format()
3588 if (val & MS_INT_ERR) in ms_poll_int()
[all …]
Drtsx_card.h238 #define MS_INT_ERR 0x02 macro