Home
last modified time | relevance | path

Searched refs:MS_INT_BREQ (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()
371 MS_INT_BREQ | MS_INT_ERR)) in mg_get_rsp_chg()
Dms.c962 if (!(val & MS_INT_BREQ)) {
988 if ((val & MS_INT_CED) || !(val & MS_INT_BREQ))
2784 || !(val & MS_INT_BREQ)
2789 if (val & MS_INT_BREQ) {
2832 if (val & MS_INT_BREQ)
2873 ((tmp & (MS_INT_BREQ | MS_INT_CED | MS_INT_CMDNK | MS_INT_ERR)) ==
2874 MS_INT_BREQ)) {
2909 (MS_INT_CED | MS_INT_CMDNK | MS_INT_BREQ | MS_INT_ERR))
2925 } else if (tmp & MS_INT_BREQ) {
3027 if ((tmp & (MS_INT_BREQ | MS_INT_CED)) == MS_INT_BREQ) {
Drts51x_card.h490 #define MS_INT_BREQ 0x04 macro
/drivers/staging/rts_pstor/
Dms.c882 if (!(val & MS_INT_BREQ)) { in ms_read_attribute_info()
907 if ((val & MS_INT_CED) || !(val & MS_INT_BREQ)) in ms_read_attribute_info()
2636 || !(val & MS_INT_BREQ) in mspro_rw_multi_sector()
2640 if (val & MS_INT_BREQ) { in mspro_rw_multi_sector()
2689 if (val & MS_INT_BREQ) { in mspro_rw_multi_sector()
2733 if (!(tmp & MS_INT_BREQ)) { in mspro_read_format_progress()
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()
2807 } else if (tmp & MS_INT_BREQ) { in mspro_read_format_progress()
2897 if ((tmp & (MS_INT_BREQ | MS_INT_CED)) == MS_INT_BREQ) { in mspro_format()
Drtsx_card.h238 #define MS_INT_BREQ 0x04 macro