Searched refs:mask_all (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-realtek-otto.c | 311 u32 mask_all = GENMASK(gc->ngpio - 1, 0); in realtek_gpio_irq_init() local 318 realtek_gpio_clear_isr(ctrl, mask_all); in realtek_gpio_irq_init() 321 ctrl->bank_write(realtek_gpio_irq_cpu_mask(ctrl, cpu), mask_all); in realtek_gpio_irq_init()
|
| /linux/arch/x86/include/asm/ |
| H A D | i8259.h | 64 void (*mask_all)(void); member
|
| /linux/drivers/regulator/ |
| H A D | da9121-regulator.c | 1086 const int mask_all[4] = { 0, 0, 0xFF, 0xFF }; in da9121_config_irq() local 1116 ret = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_MASK_0, mask_all, 4); in da9121_config_irq() 1151 const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; in da9121_i2c_probe() local 1167 ret = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_MASK_0, mask_all, 4); in da9121_i2c_probe() 1186 const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; in da9121_i2c_remove() local 1192 ret = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_MASK_0, mask_all, 4); in da9121_i2c_remove()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | pci_be.c | 459 u32 mask_all; in rtw89_pci_ctrl_txdma_ch_be() local 462 mask_all = B_BE_STOP_CH0 | B_BE_STOP_CH1 | B_BE_STOP_CH2 | in rtw89_pci_ctrl_txdma_ch_be() 468 mask_all &= info->dma_stop1.mask; in rtw89_pci_ctrl_txdma_ch_be() 474 val &= ~mask_all; in rtw89_pci_ctrl_txdma_ch_be() 476 val |= mask_all; in rtw89_pci_ctrl_txdma_ch_be()
|