Searched refs:mask_bit (Results 1 – 6 of 6) sorted by relevance
| /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/clk/nuvoton/ |
| H A D | clk-ma35d1.h | 16 u8 shift, u8 width, u32 mask_bit);
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 5420 unsigned int enc_bit, mask_bit; in svm_adjust_mmio_mask() local 5433 mask_bit = boot_cpu_data.x86_phys_bits; in svm_adjust_mmio_mask() 5436 if (enc_bit == mask_bit) in svm_adjust_mmio_mask() 5437 mask_bit++; in svm_adjust_mmio_mask() 5448 mask = (mask_bit < 52) ? rsvd_bits(mask_bit, 51) | PT_PRESENT_MASK : 0; in svm_adjust_mmio_mask()
|