Searched refs:CLR_BIT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.c | 236 #define CLR_BIT 1 macro 251 case CLR_BIT: in S24C16_set_bit() 274 S24C16_set_bit(np, 0, gpreg, CLR_BIT); in S24C16_start() 299 S24C16_set_bit(np, 0, gpreg, CLR_BIT); in S24C16_do_bit() 384 S24C16_set_bit(np, 0, &gpreg, CLR_BIT); in sym_write_S24C16_nvram() 438 S24C16_set_bit(np, 0, &gpreg, CLR_BIT); in sym_read_S24C16_nvram() 489 #undef CLR_BIT
|
/linux/drivers/usb/storage/ |
H A D | realtek_cr.c | 121 #define CLR_BIT(data, idx) ((data) &= ~(1 << (idx))) macro 572 CLR_BIT(value, 0); in config_autodelink_after_power_on() 573 CLR_BIT(value, 1); in config_autodelink_after_power_on() 577 CLR_BIT(value, 2); in config_autodelink_after_power_on() 595 CLR_BIT(value, 2); in config_autodelink_after_power_on() 599 CLR_BIT(value, 0); in config_autodelink_after_power_on() 600 CLR_BIT(value, 7); in config_autodelink_after_power_on()
|