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

/drivers/staging/rts5139/
H A 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 |
[all...]
H A 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)
H A Drts51x_chip.h454 u8 multi_flag; member in struct:xd_info
680 u8 multi_flag; member in struct:ms_info
/drivers/staging/rts_pstor/
H A 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 |
[all...]
H A 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)
H A Drtsx_chip.h517 u8 multi_flag; member in struct:xd_info
582 u8 multi_flag; member in struct:ms_info
/drivers/usb/storage/
H A Drealtek_cr.c89 u8 multi_flag; member in struct:rts51x_status
470 chip->status[lun].multi_flag = buf[10];
937 status->multi_flag = buf[10];

Completed in 95 milliseconds