Lines Matching defs:mask
441 * of this register, and mask of gate bits are in higher 16-bit of this
548 * of this register, and mask of divider bits are in higher 16-bit of this
732 * @mask: mask of mutliplexer bit field
743 * register, and mask of mux bits are in higher 16-bit of this register.
758 u32 mask;
779 u8 shift, u32 mask, u8 clk_mux_flags, u32 *table, spinlock_t *lock);
781 u8 num_parents, unsigned long flags, void __iomem *reg, u8 shift, u32 mask,
787 #define clk_hw_register_mux_table(dev, name, parent_names, num_parents, flags, reg, shift, mask, clk_mux_flags, table, \
790 (mask), (clk_mux_flags), (table), (lock))