Searched refs:CHK_BIT (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/usb/storage/ |
D | realtek_cr.c | 122 #define CHK_BIT(data, idx) ((data) & (1 << (idx))) macro 141 CHK_BIT((chip)->status[0].function[0], 1) 143 CHK_BIT((chip)->status[0].function[0], 2) 145 CHK_BIT((chip)->status[0].function[0], 3) 147 CHK_BIT((chip)->status[0].function[0], 4) 149 CHK_BIT((chip)->status[0].function[1], 0) 151 CHK_BIT((chip)->status[0].function[1], 1)
|
/linux-6.1.9/drivers/staging/rts5208/ |
D | rtsx_chip.h | 327 #define CHK_BIT(data, idx) ((data) & (1 << (idx))) macro
|
D | rtsx_scsi.c | 420 if (!(CHK_BIT(chip->lun_mc, lun))) { in test_unit_ready() 856 if (!(CHK_BIT(chip->lun_mc, lun))) { in read_write() 1057 if (!(CHK_BIT(chip->lun_mc, lun))) { in read_capacity()
|
D | sd.c | 3769 if (!(CHK_BIT(chip->lun_mc, lun))) {
|