Searched refs:CHK_BIT (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/usb/storage/ |
D | realtek_cr.c | 133 #define CHK_BIT(data, idx) ((data) & (1 << (idx))) macro 152 CHK_BIT((chip)->status[0].function[0], 1) 154 CHK_BIT((chip)->status[0].function[0], 2) 156 CHK_BIT((chip)->status[0].function[0], 3) 158 CHK_BIT((chip)->status[0].function[0], 4) 160 CHK_BIT((chip)->status[0].function[1], 0) 162 CHK_BIT((chip)->status[0].function[1], 1)
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | rtsx_chip.h | 339 #define CHK_BIT(data, idx) ((data) & (1 << (idx))) macro
|
D | rtsx_scsi.c | 431 if (!(CHK_BIT(chip->lun_mc, lun))) { in test_unit_ready() 881 if (!(CHK_BIT(chip->lun_mc, lun))) { in read_write() 1092 if (!(CHK_BIT(chip->lun_mc, lun))) { in read_capacity()
|
D | sd.c | 4256 if (!(CHK_BIT(chip->lun_mc, lun))) {
|