Home
last modified time | relevance | path

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

/drivers/staging/rts5139/
Dms_mg.c272 (MS_INT_CED | MS_INT_CMDNK | MS_INT_BREQ | MS_INT_ERR)) in mg_chg()
370 if (tmp & (MS_INT_CED | MS_INT_CMDNK | in mg_get_rsp_chg()
Dms.c101 if (chip->rsp_buf[1] & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_transfer_tpc()
191 if (val & (MS_INT_CMDNK | MS_INT_ERR | MS_CRC16_ERR | MS_RDY_TIMEOUT)) in ms_transfer_data()
248 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_write_bytes()
322 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_read_bytes()
898 if (buf[0] & (MS_INT_CMDNK | MS_INT_ERR)) in msxc_change_power()
2867 if ((tmp & (MS_INT_CED | MS_INT_CMDNK | MS_INT_ERR)) == MS_INT_CED) {
2873 ((tmp & (MS_INT_BREQ | MS_INT_CED | MS_INT_CMDNK | MS_INT_ERR)) ==
2909 (MS_INT_CED | MS_INT_CMDNK | MS_INT_BREQ | MS_INT_ERR))
2920 if (tmp & (MS_INT_CMDNK | MS_INT_ERR))
3024 if (tmp & (MS_INT_CMDNK | MS_INT_ERR))
Drts51x_card.h489 #define MS_INT_CMDNK 0x08 macro
/drivers/staging/rts_pstor/
Dms.c89 if (*ptr & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_transfer_tpc()
163 if (val & (MS_INT_CMDNK | MS_INT_ERR | MS_CRC16_ERR | MS_RDY_TIMEOUT)) { in ms_transfer_data()
216 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_write_bytes()
278 if (val & (MS_INT_ERR | MS_INT_CMDNK)) { in ms_read_bytes()
815 if (buf[0] & (MS_INT_CMDNK | MS_INT_ERR)) { in msxc_change_power()
2734 if ((tmp & (MS_INT_CED | MS_INT_BREQ | MS_INT_CMDNK | MS_INT_ERR)) == MS_INT_CED) { in mspro_read_format_progress()
2781 if (tmp & (MS_INT_CED | MS_INT_CMDNK | MS_INT_BREQ | MS_INT_ERR)) { in mspro_read_format_progress()
2799 if (tmp & (MS_INT_CMDNK | MS_INT_ERR)) { in mspro_read_format_progress()
2893 if (tmp & (MS_INT_CMDNK | MS_INT_ERR)) { in mspro_format()
3641 if (val & (MS_INT_ERR | MS_INT_CMDNK)) in check_ms_err()
Drtsx_card.h237 #define MS_INT_CMDNK 0x08 macro