Lines Matching refs:table
569 const struct clk_div_table *table; member
589 … const struct clk_div_table *table, unsigned long flags, unsigned long width);
591 const struct clk_div_table *table, u8 width, unsigned long flags);
593 … const struct clk_div_table *table, u8 width, unsigned long flags, unsigned int val);
594 …get_val(unsigned long rate, unsigned long parent_rate, const struct clk_div_table *table, u8 width,
601 const struct clk_div_table *table, spinlock_t *lock);
604 const struct clk_div_table *table, spinlock_t *lock);
681 …er_divider_table(dev, name, parent_name, flags, reg, shift, width, clk_divider_flags, table, \ argument
684 (clk_divider_flags), (table), (lock))
700 … table, lock) \
702 (clk_divider_flags), (table), (lock))
718 … table, lock) \
720 (clk_divider_flags), (table), (lock))
757 u32 *table; member
779 … u8 shift, u32 mask, u8 clk_mux_flags, u32 *table, spinlock_t *lock);
782 u8 clk_mux_flags, u32 *table, spinlock_t *lock);
787 …er_mux_table(dev, name, parent_names, num_parents, flags, reg, shift, mask, clk_mux_flags, table, \ argument
790 (mask), (clk_mux_flags), (table), (lock))
802 int clk_mux_val_to_index(struct clk_hw *hw, u32 *table, unsigned int flags, unsigned int val);
803 unsigned int clk_mux_index_to_val(u32 *table, unsigned int flags, u8 index);
1039 … const struct clk_div_table *table, u8 width, unsigned long flags) in divider_round_rate() argument
1041 return divider_round_rate_parent(hw, clk_hw_get_parent(hw), rate, prate, table, width, flags); in divider_round_rate()
1045 … const struct clk_div_table *table, u8 width, unsigned long flags, in divider_ro_round_rate() argument
1048 …return divider_ro_round_rate_parent(hw, clk_hw_get_parent(hw), rate, prate, table, width, flags, v… in divider_ro_round_rate()