Searched refs:mask_bit (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/watchdog/ |
H A D | s3c2410_wdt.c | 174 int mask_bit; member 209 .mask_bit = 20, 219 .mask_bit = 0, 229 .mask_bit = 23, 238 .mask_bit = 2, 250 .mask_bit = 2, 262 .mask_bit = 2, 274 .mask_bit = 2, 286 .mask_bit = 2, 299 .mask_bit = 2, [all …]
|
/linux/drivers/clk/nuvoton/ |
H A D | clk-ma35d1-divider.c | 81 u8 shift, u8 width, u32 mask_bit) in ma35d1_reg_adc_clkdiv() argument 121 div->mask = mask_bit ? BIT(mask_bit) : 0; in ma35d1_reg_adc_clkdiv()
|
H A D | clk-ma35d1.h | 16 u8 shift, u8 width, u32 mask_bit);
|
/linux/drivers/clk/hisilicon/ |
H A D | clkdivider-hi6220.c | 102 u8 shift, u8 width, u32 mask_bit, spinlock_t *lock) in hi6220_register_clkdiv() argument 141 div->mask = mask_bit ? BIT(mask_bit) : 0; in hi6220_register_clkdiv()
|
H A D | clk.h | 91 u32 mask_bit; member 112 u8 shift, u8 width, u32 mask_bit, spinlock_t *lock);
|
H A D | clk.c | 330 clks[i].mask_bit, in hi6220_clk_register_divider()
|
/linux/drivers/mailbox/ |
H A D | mailbox-th1520.c | 276 int mask_bit; in th1520_mbox_startup() local 288 mask_bit = th1520_mbox_chan_id_to_mapbit(cp); in th1520_mbox_startup() 289 th1520_mbox_rmw(priv, TH_1520_MBOX_MASK, BIT(mask_bit), 0); in th1520_mbox_startup() 321 int mask_bit; in th1520_mbox_shutdown() local 326 mask_bit = th1520_mbox_chan_id_to_mapbit(cp); in th1520_mbox_shutdown() 327 th1520_mbox_rmw(priv, TH_1520_MBOX_MASK, 0, BIT(mask_bit)); in th1520_mbox_shutdown()
|
/linux/drivers/regulator/ |
H A D | da9121-regulator.c | 139 int mask_bit; member 648 clear[reg_idx] |= item->mask_bit; in da9121_status_poll_on() 714 bool enabled = !(mask[reg_idx] & item->mask_bit); in da9121_irq_handler()
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 5142 unsigned int enc_bit, mask_bit; in svm_adjust_mmio_mask() local 5155 mask_bit = boot_cpu_data.x86_phys_bits; in svm_adjust_mmio_mask() 5158 if (enc_bit == mask_bit) in svm_adjust_mmio_mask() 5159 mask_bit++; in svm_adjust_mmio_mask() 5170 mask = (mask_bit < 52) ? rsvd_bits(mask_bit, 51) | PT_PRESENT_MASK : 0; in svm_adjust_mmio_mask()
|