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.c188 if (val & (MS_INT_CMDNK | MS_INT_ERR | in ms_transfer_data()
251 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_write_bytes()
320 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_read_bytes()
380 if (int_reg & MS_INT_ERR) in rtsx_pci_ms_issue_cmd()
Drtsx_usb_ms.c369 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_write_bytes()
437 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in ms_read_bytes()
495 if (int_reg & MS_INT_ERR) in rtsx_usb_ms_issue_cmd()
/drivers/staging/rts5208/
Dms.c79 if (*ptr & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_transfer_tpc()
156 if (val & (MS_INT_CMDNK | MS_INT_ERR | MS_CRC16_ERR | MS_RDY_TIMEOUT)) in ms_transfer_data()
207 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_write_bytes()
272 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_read_bytes()
866 if (buf[0] & (MS_INT_CMDNK | MS_INT_ERR)) in msxc_change_power()
2773 MS_INT_ERR)) == MS_INT_CED) {
2825 MS_INT_BREQ | MS_INT_ERR))
2842 if (tmp & (MS_INT_CMDNK | MS_INT_ERR)) {
2933 if (tmp & (MS_INT_CMDNK | MS_INT_ERR))
3694 if (val & MS_INT_ERR)
[all …]
Drtsx_card.h226 #define MS_INT_ERR 0x02 macro