Home
last modified time | relevance | path

Searched refs:multi_flag (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/rts5139/
Dxd.h125 #define XD_SET_BAD_NEWBLK(xd_card) ((xd_card)->multi_flag |= 0x01)
126 #define XD_CLR_BAD_NEWBLK(xd_card) ((xd_card)->multi_flag &= ~0x01)
127 #define XD_CHK_BAD_NEWBLK(xd_card) ((xd_card)->multi_flag & 0x01)
129 #define XD_SET_BAD_OLDBLK(xd_card) ((xd_card)->multi_flag |= 0x02)
130 #define XD_CLR_BAD_OLDBLK(xd_card) ((xd_card)->multi_flag &= ~0x02)
131 #define XD_CHK_BAD_OLDBLK(xd_card) ((xd_card)->multi_flag & 0x02)
133 #define XD_SET_MBR_FAIL(xd_card) ((xd_card)->multi_flag |= 0x04)
134 #define XD_CLR_MBR_FAIL(xd_card) ((xd_card)->multi_flag &= ~0x04)
135 #define XD_CHK_MBR_FAIL(xd_card) ((xd_card)->multi_flag & 0x04)
137 #define XD_SET_ECC_FLD_ERR(xd_card) ((xd_card)->multi_flag |= 0x08)
[all …]
Dms.h226 #define MS_SET_BAD_BLOCK_FLG(ms_card) ((ms_card)->multi_flag |= 0x80)
227 #define MS_CLR_BAD_BLOCK_FLG(ms_card) ((ms_card)->multi_flag &= 0x7F)
228 #define MS_TST_BAD_BLOCK_FLG(ms_card) ((ms_card)->multi_flag & 0x80)
Drts51x_chip.h454 u8 multi_flag; member
680 u8 multi_flag; member
/drivers/staging/rts_pstor/
Dxd.h120 #define XD_SET_BAD_NEWBLK(xd_card) ((xd_card)->multi_flag |= 0x01)
121 #define XD_CLR_BAD_NEWBLK(xd_card) ((xd_card)->multi_flag &= ~0x01)
122 #define XD_CHK_BAD_NEWBLK(xd_card) ((xd_card)->multi_flag & 0x01)
124 #define XD_SET_BAD_OLDBLK(xd_card) ((xd_card)->multi_flag |= 0x02)
125 #define XD_CLR_BAD_OLDBLK(xd_card) ((xd_card)->multi_flag &= ~0x02)
126 #define XD_CHK_BAD_OLDBLK(xd_card) ((xd_card)->multi_flag & 0x02)
128 #define XD_SET_MBR_FAIL(xd_card) ((xd_card)->multi_flag |= 0x04)
129 #define XD_CLR_MBR_FAIL(xd_card) ((xd_card)->multi_flag &= ~0x04)
130 #define XD_CHK_MBR_FAIL(xd_card) ((xd_card)->multi_flag & 0x04)
132 #define XD_SET_ECC_FLD_ERR(xd_card) ((xd_card)->multi_flag |= 0x08)
[all …]
Dms.h197 #define MS_SET_BAD_BLOCK_FLG(ms_card) ((ms_card)->multi_flag |= 0x80)
198 #define MS_CLR_BAD_BLOCK_FLG(ms_card) ((ms_card)->multi_flag &= 0x7F)
199 #define MS_TST_BAD_BLOCK_FLG(ms_card) ((ms_card)->multi_flag & 0x80)
Drtsx_chip.h517 u8 multi_flag; member
582 u8 multi_flag; member
/drivers/usb/storage/
Drealtek_cr.c89 u8 multi_flag; member
470 chip->status[lun].multi_flag = buf[10]; in rts51x_check_status()
937 status->multi_flag = buf[10]; in realtek_cr_autosuspend_setup()