Searched refs:mask_all (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/tests/ |
| H A D | cpumask_kunit.c | 59 static cpumask_t mask_all; variable 65 KUNIT_EXPECT_TRUE_MSG(test, cpumask_full(&mask_all), MASK_MSG(&mask_all)); in test_cpumask_weight() 70 KUNIT_EXPECT_EQ_MSG(test, nr_cpu_ids, cpumask_weight(&mask_all), MASK_MSG(&mask_all)); in test_cpumask_weight() 133 cpumask_setall(&mask_all); in test_cpumask_init()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | pci_be.c | 404 u32 mask_all; in rtw89_pci_ctrl_txdma_ch_be() local 407 mask_all = B_BE_STOP_CH0 | B_BE_STOP_CH1 | B_BE_STOP_CH2 | in rtw89_pci_ctrl_txdma_ch_be() 413 mask_all &= info->dma_stop1.mask; in rtw89_pci_ctrl_txdma_ch_be() 419 val &= ~mask_all; in rtw89_pci_ctrl_txdma_ch_be() 421 val |= mask_all; in rtw89_pci_ctrl_txdma_ch_be()
|
| /linux/arch/x86/kernel/ |
| H A D | i8259.c | 424 .mask_all = legacy_pic_noop, 437 .mask_all = mask_8259A,
|
| /linux/drivers/regulator/ |
| H A D | da9121-regulator.c | 1057 const int mask_all[4] = { 0, 0, 0xFF, 0xFF }; in da9121_config_irq() local 1087 ret = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_MASK_0, mask_all, 4); in da9121_config_irq() 1122 const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; in da9121_i2c_probe() local 1138 ret = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_MASK_0, mask_all, 4); in da9121_i2c_probe() 1157 const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; in da9121_i2c_remove() local 1163 ret = regmap_bulk_write(chip->regmap, DA9121_REG_SYS_MASK_0, mask_all, 4); in da9121_i2c_remove()
|
| /linux/arch/x86/include/asm/ |
| H A D | i8259.h | 64 void (*mask_all)(void); member
|
| /linux/arch/x86/kernel/apic/ |
| H A D | apic.c | 1921 legacy_pic->mask_all(); in enable_IR_x2apic() 2455 legacy_pic->mask_all(); in lapic_resume()
|