Home
last modified time | relevance | path

Searched refs:CLR_BIT (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_nvram.c249 #define CLR_BIT 1 macro
264 case CLR_BIT: in S24C16_set_bit()
287 S24C16_set_bit(np, 0, gpreg, CLR_BIT); in S24C16_start()
312 S24C16_set_bit(np, 0, gpreg, CLR_BIT); in S24C16_do_bit()
397 S24C16_set_bit(np, 0, &gpreg, CLR_BIT); in sym_write_S24C16_nvram()
451 S24C16_set_bit(np, 0, &gpreg, CLR_BIT); in sym_read_S24C16_nvram()
502 #undef CLR_BIT
/Linux-v4.19/drivers/usb/storage/
Drealtek_cr.c120 #define CLR_BIT(data, idx) ((data) &= ~(1 << (idx))) macro
571 CLR_BIT(value, 0); in config_autodelink_after_power_on()
572 CLR_BIT(value, 1); in config_autodelink_after_power_on()
576 CLR_BIT(value, 2); in config_autodelink_after_power_on()
594 CLR_BIT(value, 2); in config_autodelink_after_power_on()
598 CLR_BIT(value, 0); in config_autodelink_after_power_on()
599 CLR_BIT(value, 7); in config_autodelink_after_power_on()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_hal.c196 #define CLR_BIT(wrd, bit) (wrd & ~(1 << bit)) macro
214 CLR_BIT(csr, CE_INUSE_CONTEXTS_BITPOS); in qat_hal_set_ae_ctx_mode()
229 CLR_BIT(csr, CE_NN_MODE_BITPOS); in qat_hal_set_ae_nn_mode()
249 CLR_BIT(csr, CE_LMADDR_0_GLOBAL_BITPOS); in qat_hal_set_ae_lm_mode()
254 CLR_BIT(csr, CE_LMADDR_1_GLOBAL_BITPOS); in qat_hal_set_ae_lm_mode()
943 newcsr_val = CLR_BIT(csr_val, MMC_SHARE_CS_BITPOS); in qat_hal_exec_micro_inst()
/Linux-v4.19/drivers/staging/rts5208/
Drtsx_card.c576 CLR_BIT(chip->lun_mc, chip->card2lun[SD_CARD]); in rtsx_init_cards()
589 CLR_BIT(chip->lun_mc, chip->card2lun[XD_CARD]); in rtsx_init_cards()
605 CLR_BIT(chip->lun_mc, chip->card2lun[MS_CARD]); in rtsx_init_cards()
Drtsx_chip.h338 #define CLR_BIT(data, idx) ((data) &= ~(1 << (idx))) macro