Home
last modified time | relevance | path

Searched defs:rate (Results 1 – 25 of 1466) sorted by relevance

12345678910>>...59

/linux/arch/arm/mach-omap1/ !
H A Dclock.c138 static int calc_dsor_exp(unsigned long rate, unsigned long realrate) in calc_dsor_exp() argument
230 int omap1_select_table_rate(struct omap1_clk *clk, unsigned long rate, unsigned long p_rate) in omap1_select_table_rate() argument
265 omap1_clk_set_rate_dsp_domain(struct omap1_clk * clk,unsigned long rate,unsigned long p_rate) omap1_clk_set_rate_dsp_domain() argument
285 omap1_clk_round_rate_ckctl_arm(struct omap1_clk * clk,unsigned long rate,unsigned long * p_rate) omap1_clk_round_rate_ckctl_arm() argument
297 omap1_clk_set_rate_ckctl_arm(struct omap1_clk * clk,unsigned long rate,unsigned long p_rate) omap1_clk_set_rate_ckctl_arm() argument
324 omap1_round_to_table_rate(struct omap1_clk * clk,unsigned long rate,unsigned long * p_rate) omap1_round_to_table_rate() argument
352 calc_ext_dsor(unsigned long rate) calc_ext_dsor() argument
375 omap1_round_uart_rate(struct omap1_clk * clk,unsigned long rate,unsigned long * p_rate) omap1_round_uart_rate() argument
380 omap1_set_uart_rate(struct omap1_clk * clk,unsigned long rate,unsigned long p_rate) omap1_set_uart_rate() argument
406 omap1_set_ext_clk_rate(struct omap1_clk * clk,unsigned long rate,unsigned long p_rate) omap1_set_ext_clk_rate() argument
430 calc_div_sossi(unsigned long rate,unsigned long p_rate) calc_div_sossi() argument
440 omap1_round_sossi_rate(struct omap1_clk * clk,unsigned long rate,unsigned long * p_rate) omap1_round_sossi_rate() argument
453 omap1_set_sossi_rate(struct omap1_clk * clk,unsigned long rate,unsigned long p_rate) omap1_set_sossi_rate() argument
478 omap1_round_ext_clk_rate(struct omap1_clk * clk,unsigned long rate,unsigned long * p_rate) omap1_round_ext_clk_rate() argument
708 omap1_clk_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * p_rate) omap1_clk_round_rate() argument
718 omap1_clk_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long p_rate) omap1_clk_set_rate() argument
[all...]
/linux/drivers/i2c/busses/ !
H A Di2c-synquacer.c22 #define WAIT_PCLK(n, rate) \ argument
66 #define SYNQUACER_I2C_BUS_CLK_FR(rate) (((rate) / 20000000) + 1) argument
69 #define SYNQUACER_I2C_CLK_MASTER_STD(rate) \ argument
72 #define SYNQUACER_I2C_CLK_MASTER_FAST(rate) \ argument
77 #define SYNQUACER_I2C_CCR_CS_STD_MAX_18M(rate) \ argument
82 SYNQUACER_I2C_CSR_CS_STD_MAX_18M(rate) global() argument
85 SYNQUACER_I2C_CCR_CS_FAST_MAX_18M(rate) global() argument
90 SYNQUACER_I2C_CSR_CS_FAST_MAX_18M(rate) global() argument
94 SYNQUACER_I2C_CCR_CS_STD_MIN_18M(rate) global() argument
99 SYNQUACER_I2C_CSR_CS_STD_MIN_18M(rate) global() argument
104 SYNQUACER_I2C_CCR_CS_FAST_MIN_18M(rate) global() argument
109 SYNQUACER_I2C_CSR_CS_FAST_MIN_18M(rate) global() argument
[all...]
/linux/drivers/clk/actions/ !
H A Dowl-factor.c44 unsigned long rate, unsigned long parent_rate) in _get_table_val() argument
67 struct clk_hw *hw, unsigned long rate, in owl_clk_val_best() argument
121 owl_factor_helper_round_rate(struct owl_clk_common * common,const struct owl_factor_hw * factor_hw,unsigned long rate,unsigned long * parent_rate) owl_factor_helper_round_rate() argument
133 owl_factor_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * parent_rate) owl_factor_round_rate() argument
148 unsigned long long int rate; owl_factor_helper_recalc_rate() local
185 owl_factor_helper_set_rate(const struct owl_clk_common * common,const struct owl_factor_hw * factor_hw,unsigned long rate,unsigned long parent_rate) owl_factor_helper_set_rate() argument
205 owl_factor_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) owl_factor_set_rate() argument
[all...]
H A Dowl-composite.c60 long rate; in owl_comp_div_determine_rate() local
80 static int owl_comp_div_set_rate(struct clk_hw *hw, unsigned long rate, in owl_comp_div_set_rate() argument
93 long rate; owl_comp_fact_determine_rate() local
115 owl_comp_fact_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) owl_comp_fact_set_rate() argument
125 owl_comp_fix_fact_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * parent_rate) owl_comp_fix_fact_round_rate() argument
144 owl_comp_fix_fact_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) owl_comp_fix_fact_set_rate() argument
[all...]
H A Dowl-divider.c18 unsigned long rate, in owl_divider_helper_round_rate() argument
26 static long owl_divider_round_rate(struct clk_hw *hw, unsigned long rate, in owl_divider_round_rate() argument
63 unsigned long rate, in owl_divider_helper_set_rate() argument
81 static int owl_divider_set_rate(struct clk_hw *hw, unsigned long rate, in owl_divider_set_rate() argument
/linux/drivers/clk/qcom/ !
H A Dclk-rcg2.c182 calc_rate(unsigned long rate, u32 m, u32 n, u32 mode, u32 hid_div) in calc_rate() argument
233 unsigned long clk_flags, rate = req->rate; _freq_tbl_determine_rate() local
294 unsigned long parent_rate, rate; __clk_rcg2_select_conf() local
346 unsigned long clk_flags, rate = req->rate; _freq_tbl_fm_determine_rate() local
434 clk_rcg2_calc_mnd(u64 parent_rate,u64 rate,struct freq_tbl * f,unsigned int mnd_max,unsigned int pre_div_max) clk_rcg2_calc_mnd() argument
620 __clk_rcg2_set_rate(struct clk_hw * hw,unsigned long rate,enum freq_policy policy) __clk_rcg2_set_rate() argument
643 __clk_rcg2_fm_set_rate(struct clk_hw * hw,unsigned long rate) __clk_rcg2_fm_set_rate() argument
667 clk_rcg2_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg2_set_rate() argument
673 clk_rcg2_set_gp_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg2_set_gp_rate() argument
689 clk_rcg2_set_floor_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg2_set_floor_rate() argument
695 clk_rcg2_fm_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg2_fm_set_rate() argument
702 clk_rcg2_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_rcg2_set_rate_and_parent() argument
708 clk_rcg2_set_floor_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_rcg2_set_floor_rate_and_parent() argument
714 clk_rcg2_fm_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_rcg2_fm_set_rate_and_parent() argument
888 clk_edp_pixel_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_edp_pixel_set_rate() argument
928 clk_edp_pixel_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_edp_pixel_set_rate_and_parent() argument
1012 clk_byte_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_byte_set_rate() argument
1029 clk_byte_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_byte_set_rate_and_parent() argument
1053 unsigned long rate = req->rate; clk_byte2_determine_rate() local
1069 clk_byte2_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_byte2_set_rate() argument
1099 clk_byte2_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_byte2_set_rate_and_parent() argument
1148 clk_pixel_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_pixel_set_rate() argument
1190 clk_pixel_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_pixel_set_rate_and_parent() argument
1279 clk_gfx3d_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_gfx3d_set_rate_and_parent() argument
1299 clk_gfx3d_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_gfx3d_set_rate() argument
1369 __clk_rcg2_shared_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,enum freq_policy policy) __clk_rcg2_shared_set_rate() argument
1398 clk_rcg2_shared_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg2_shared_set_rate() argument
1405 clk_rcg2_shared_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_rcg2_shared_set_rate_and_parent() argument
1410 clk_rcg2_shared_set_floor_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg2_shared_set_floor_rate() argument
1417 clk_rcg2_shared_set_floor_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_rcg2_shared_set_floor_rate_and_parent() argument
1779 clk_rcg2_dp_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg2_dp_set_rate() argument
1824 clk_rcg2_dp_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_rcg2_dp_set_rate_and_parent() argument
[all...]
H A Dclk-rcg.c326 calc_rate(unsigned long rate, u32 m, u32 n, u32 mode, u32 pre_div) in calc_rate() argument
403 unsigned long clk_flags, rate = req->rate; in _freq_tbl_determine_rate() local
516 clk_rcg_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg_set_rate() argument
529 clk_rcg_set_floor_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg_set_floor_rate() argument
542 clk_rcg_bypass_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg_bypass_set_rate() argument
562 clk_rcg_bypass2_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg_bypass2_set_rate() argument
588 clk_rcg_bypass2_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_rcg_bypass2_set_rate_and_parent() argument
631 clk_rcg_pixel_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg_pixel_set_rate() argument
676 clk_rcg_pixel_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_rcg_pixel_set_rate_and_parent() argument
705 clk_rcg_esc_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg_esc_set_rate() argument
742 clk_rcg_esc_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_rcg_esc_set_rate_and_parent() argument
758 clk_rcg_lcc_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_rcg_lcc_set_rate() argument
798 __clk_dyn_rcg_set_rate(struct clk_hw * hw,unsigned long rate) __clk_dyn_rcg_set_rate() argument
810 clk_dyn_rcg_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_dyn_rcg_set_rate() argument
817 clk_dyn_rcg_set_rate_and_parent(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,u8 index) clk_dyn_rcg_set_rate_and_parent() argument
[all...]
H A Dclk-alpha-pll.c666 alpha_pll_round_rate(unsigned long rate, unsigned long prate, u32 *l, u64 *a, in alpha_pll_round_rate() argument
694 alpha_pll_find_vco(const struct clk_alpha_pll *pll, unsigned long rate) in alpha_pll_find_vco() argument
816 static int __clk_alpha_pll_set_rate(struct clk_hw *hw, unsigned long rate, in __clk_alpha_pll_set_rate() argument
838 clk_alpha_pll_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) clk_alpha_pll_set_rate() argument
845 clk_alpha_pll_hwfsm_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) clk_alpha_pll_hwfsm_set_rate() argument
852 clk_alpha_pll_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * prate) clk_alpha_pll_round_rate() argument
918 alpha_huayra_pll_round_rate(unsigned long rate,unsigned long prate,u32 * l,u32 * a) alpha_huayra_pll_round_rate() argument
954 u64 rate = parent_rate, tmp; alpha_pll_huayra_recalc_rate() local
1008 alpha_pll_huayra_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) alpha_pll_huayra_set_rate() argument
1051 alpha_pll_huayra_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * prate) alpha_pll_huayra_round_rate() argument
1244 clk_alpha_pll_postdiv_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * prate) clk_alpha_pll_postdiv_round_rate() argument
1260 clk_alpha_pll_postdiv_round_ro_rate(struct clk_hw * hw,unsigned long rate,unsigned long * prate) clk_alpha_pll_postdiv_round_ro_rate() argument
1278 clk_alpha_pll_postdiv_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_alpha_pll_postdiv_set_rate() argument
1449 alpha_pll_check_rate_margin(struct clk_hw * hw,unsigned long rrate,unsigned long rate) alpha_pll_check_rate_margin() argument
1462 alpha_pll_fabia_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) alpha_pll_fabia_set_rate() argument
1606 clk_trion_pll_postdiv_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * prate) clk_trion_pll_postdiv_round_rate() argument
1616 clk_trion_pll_postdiv_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_trion_pll_postdiv_set_rate() argument
1644 clk_alpha_pll_postdiv_fabia_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * prate) clk_alpha_pll_postdiv_fabia_round_rate() argument
1653 clk_alpha_pll_postdiv_fabia_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_alpha_pll_postdiv_fabia_set_rate() argument
1777 __alpha_pll_trion_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate,u32 latch_bit,u32 latch_ack) __alpha_pll_trion_set_rate() argument
1824 alpha_pll_trion_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) alpha_pll_trion_set_rate() argument
1877 clk_alpha_pll_agera_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) clk_alpha_pll_agera_set_rate() argument
2063 alpha_pll_lucid_5lpe_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) alpha_pll_lucid_5lpe_set_rate() argument
2071 __clk_lucid_pll_postdiv_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate,unsigned long enable_vote_run) __clk_lucid_pll_postdiv_set_rate() argument
2110 clk_lucid_5lpe_pll_postdiv_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_lucid_5lpe_pll_postdiv_set_rate() argument
2248 zonda_pll_adjust_l_val(unsigned long rate,unsigned long prate,u32 * l) zonda_pll_adjust_l_val() argument
2258 clk_zonda_pll_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) clk_zonda_pll_set_rate() argument
2521 clk_lucid_evo_pll_postdiv_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_lucid_evo_pll_postdiv_set_rate() argument
2735 clk_rivian_evo_pll_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * prate) clk_rivian_evo_pll_round_rate() argument
2828 clk_alpha_pll_stromer_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) clk_alpha_pll_stromer_set_rate() argument
2877 clk_alpha_pll_stromer_plus_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long prate) clk_alpha_pll_stromer_plus_set_rate() argument
3047 clk_alpha_pll_slew_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_alpha_pll_slew_set_rate() argument
[all...]
/linux/sound/firewire/motu/ !
H A Dmotu-protocol-v1.c125 static void parse_clock_rate_828(u32 data, unsigned int *rate) in parse_clock_rate_828() argument
133 get_clock_rate_828(struct snd_motu * motu,unsigned int * rate) get_clock_rate_828() argument
146 parse_clock_rate_896(u32 data,unsigned int * rate) parse_clock_rate_896() argument
168 get_clock_rate_896(struct snd_motu * motu,unsigned int * rate) get_clock_rate_896() argument
179 snd_motu_protocol_v1_get_clock_rate(struct snd_motu * motu,unsigned int * rate) snd_motu_protocol_v1_get_clock_rate() argument
189 set_clock_rate_828(struct snd_motu * motu,unsigned int rate) set_clock_rate_828() argument
208 set_clock_rate_896(struct snd_motu * motu,unsigned int rate) set_clock_rate_896() argument
244 snd_motu_protocol_v1_set_clock_rate(struct snd_motu * motu,unsigned int rate) snd_motu_protocol_v1_set_clock_rate() argument
[all...]
/linux/drivers/clk/ !
H A Dclk_test.c30 unsigned long rate; member
76 unsigned long rate, in clk_dummy_set_rate() argument
231 unsigned long rate; clk_test_get_rate() local
252 unsigned long rate; clk_test_set_get_rate() local
277 unsigned long rate; clk_test_set_set_get_rate() local
373 unsigned long rate; clk_test_uncached_get_rate() local
397 unsigned long rate; clk_test_uncached_set_range() local
426 unsigned long rate; clk_test_uncached_updated_rate_set_range() local
558 unsigned long rate; clk_test_multiple_parents_mux_set_range_set_parent_get_rate() local
731 unsigned long parent_rate, rate; clk_test_orphan_transparent_multiple_parent_mux_set_parent_get_rate() local
796 unsigned long rate; clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_modified() local
865 long rate; clk_test_orphan_transparent_multiple_parent_mux_set_range_round_rate() local
895 unsigned long rate; clk_test_orphan_transparent_multiple_parent_mux_set_range_set_parent_get_rate() local
1096 long rate; clk_test_single_parent_mux_set_range_round_rate_parent_only() local
1126 long rate; clk_test_single_parent_mux_set_range_round_rate_child_smaller() local
1164 long rate; clk_test_single_parent_mux_set_range_round_rate_parent_smaller() local
1262 unsigned long rate, new_rate; clk_test_orphan_transparent_parent_mux_set_range() local
1366 unsigned long rate; clk_orphan_two_level_root_last_test_get_rate() local
1388 unsigned long rate; clk_orphan_two_level_root_last_test_set_range() local
1440 unsigned long rate; clk_range_test_set_range() local
1512 long rate; clk_range_test_set_range_round_rate_lower() local
1537 unsigned long rate; clk_range_test_set_range_set_rate_lower() local
1597 long rate; clk_range_test_set_range_round_rate_higher() local
1622 unsigned long rate; clk_range_test_set_range_set_rate_higher() local
1686 unsigned long rate; clk_range_test_set_range_get_rate_raised() local
1718 unsigned long rate; clk_range_test_set_range_get_rate_lowered() local
1778 unsigned long rate; clk_range_test_set_range_rate_maximized() local
1831 unsigned long rate; clk_range_test_multiple_set_range_rate_maximized() local
1890 unsigned long rate; clk_range_test_multiple_set_range_rate_put_maximized() local
1966 unsigned long rate; clk_range_test_set_range_rate_minimized() local
2019 unsigned long rate; clk_range_test_multiple_set_range_rate_minimized() local
2074 unsigned long rate; clk_range_test_multiple_set_range_rate_put_minimized() local
2298 unsigned long rate; KUNIT_ARRAY_PARAM() local
2591 unsigned long rate; clk_mux_no_reparent_set_rate() local
3119 clk_assigned_rates_register_clk(struct kunit * test,struct clk_dummy_context * ctx,struct device_node * np,const char * name,unsigned long rate) clk_assigned_rates_register_clk() argument
[all...]
H A Dclk-multiplier.c32 unsigned long rate, in __get_mult() argument
56 static bool __is_best_rate(unsigned long rate, unsigned long new, in __is_best_rate() argument
65 static unsigned long __bestmult(struct clk_hw *hw, unsigned long rate, in __bestmult() argument
115 clk_multiplier_round_rate(struct clk_hw * hw,unsigned long rate,unsigned long * parent_rate) clk_multiplier_round_rate() argument
125 clk_multiplier_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_multiplier_set_rate() argument
[all...]
H A Dclk-fractional-divider_test.c19 unsigned long rate, parent_rate, parent_rate_before, m, n, max_n; in clk_fd_test_approximation_max_denominator() local
48 unsigned long rate, parent_rate, parent_rate_before, m, n, max_m; in clk_fd_test_approximation_max_numerator() local
77 unsigned long rate, parent_rate, parent_rate_before, m, n, max_n; clk_fd_test_approximation_max_denominator_zero_based() local
107 unsigned long rate, parent_rate, parent_rate_before, m, n, max_m; clk_fd_test_approximation_max_numerator_zero_based() local
[all...]
/linux/drivers/clk/sophgo/ !
H A Dclk-cv18xx-ip.c48 static long gate_round_rate(struct clk_hw *hw, unsigned long rate, in gate_round_rate() argument
54 static int gate_set_rate(struct clk_hw *hw, unsigned long rate, in gate_set_rate() argument
155 unsigned long rate, unsigned long *prate) in div_helper_round_rate() argument
169 unsigned long rate, int id, void *data) in div_round_rate() argument
272 div_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) div_set_rate() argument
304 bypass_div_round_rate(struct clk_hw * parent,unsigned long * parent_rate,unsigned long rate,int id,void * data) bypass_div_round_rate() argument
342 bypass_div_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) bypass_div_set_rate() argument
416 mux_round_rate(struct clk_hw * parent,unsigned long * parent_rate,unsigned long rate,int id,void * data) mux_round_rate() argument
447 mux_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) mux_set_rate() argument
515 bypass_mux_round_rate(struct clk_hw * parent,unsigned long * parent_rate,unsigned long rate,int id,void * data) bypass_mux_round_rate() argument
553 bypass_mux_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) bypass_mux_set_rate() argument
641 mmux_round_rate(struct clk_hw * parent,unsigned long * parent_rate,unsigned long rate,int id,void * data) mmux_round_rate() argument
695 mmux_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) mmux_set_rate() argument
830 u64 rate = parent_rate; aclk_recalc_rate() local
846 aclk_determine_mn(unsigned long parent_rate,unsigned long rate,u32 * m,u32 * n) aclk_determine_mn() argument
856 aclk_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) aclk_set_rate() argument
[all...]
/linux/drivers/clk/meson/ !
H A Dclk-pll.c59 u64 rate = (u64)parent_rate * m; in __pll_params_to_rate() local
98 static unsigned int __pll_params_with_frac(unsigned long rate, in __pll_params_with_frac() argument
122 static bool meson_clk_pll_is_better(unsigned long rate, in meson_clk_pll_is_better() argument
154 meson_clk_get_pll_range_m(unsigned long rate,unsigned long parent_rate,unsigned int n,struct meson_clk_pll_data * pll) meson_clk_get_pll_range_m() argument
167 meson_clk_get_pll_range_index(unsigned long rate,unsigned long parent_rate,unsigned int index,unsigned int * m,unsigned int * n,struct meson_clk_pll_data * pll) meson_clk_get_pll_range_index() argument
200 meson_clk_get_pll_get_index(unsigned long rate,unsigned long parent_rate,unsigned int index,unsigned int * m,unsigned int * n,struct meson_clk_pll_data * pll) meson_clk_get_pll_get_index() argument
216 meson_clk_get_pll_settings(unsigned long rate,unsigned long parent_rate,unsigned int * best_m,unsigned int * best_n,struct meson_clk_pll_data * pll) meson_clk_get_pll_settings() argument
418 meson_clk_pll_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) meson_clk_pll_set_rate() argument
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ !
H A Drs.h179 #define is_legacy(rate) is_type_legacy((rate)->type) argument
180 #define is_ht_siso(rate) is_type_ht_siso((rate)->type) argument
181 #define is_ht_mimo2(rate) is_type_ht_mimo2((rate)->type) argument
182 #define is_vht_siso(rate) is_type_vht_siso((rate) argument
183 is_vht_mimo2(rate) global() argument
184 is_siso(rate) global() argument
185 is_mimo2(rate) global() argument
186 is_mimo(rate) global() argument
187 is_ht(rate) global() argument
188 is_vht(rate) global() argument
189 is_he(rate) global() argument
190 is_a_band(rate) global() argument
191 is_g_band(rate) global() argument
193 is_ht20(rate) global() argument
194 is_ht40(rate) global() argument
195 is_ht80(rate) global() argument
196 is_ht160(rate) global() argument
282 struct rs_rate rate; global() member
[all...]
H A Drs.c129 struct rs_rate *rate, in rs_ant_allow() argument
136 struct rs_rate *rate, in rs_mimo_allow() argument
158 struct rs_rate *rate, in rs_siso_allow() argument
168 struct rs_rate *rate, in rs_sgi_allow() argument
478 rs_pretty_rate(const struct rs_rate * rate) rs_pretty_rate() argument
523 rs_dump_rate(struct iwl_mvm * mvm,const struct rs_rate * rate,const char * prefix) rs_dump_rate() argument
774 ucode_rate_from_rs_rate(struct iwl_mvm * mvm,struct rs_rate * rate) ucode_rate_from_rs_rate() argument
843 rs_rate_from_ucode_rate(const u32 ucode_rate,enum nl80211_band band,struct rs_rate * rate) rs_rate_from_ucode_rate() argument
935 rs_toggle_antenna(u32 valid_ant,struct rs_rate * rate) rs_toggle_antenna() argument
957 rs_get_supported_rates(struct iwl_lq_sta * lq_sta,struct rs_rate * rate) rs_get_supported_rates() argument
1027 rs_rate_supported(struct iwl_lq_sta * lq_sta,struct rs_rate * rate) rs_rate_supported() argument
1036 rs_get_lower_rate_in_column(struct iwl_lq_sta * lq_sta,struct rs_rate * rate) rs_get_lower_rate_in_column() argument
1058 rs_get_lower_rate_down_column(struct iwl_lq_sta * lq_sta,struct rs_rate * rate) rs_get_lower_rate_down_column() argument
1113 rs_get_column_from_rate(struct rs_rate * rate) rs_get_column_from_rate() argument
1308 struct rs_rate *rate = &tbl->rate; rs_set_expected_tpt_table() local
1682 struct rs_rate *rate = &search_tbl->rate; rs_switch_to_column() local
1864 rs_tpc_allowed(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct rs_rate * rate,enum nl80211_band band) rs_tpc_allowed() argument
1970 struct rs_rate *rate = &tbl->rate; rs_tpc_perform() local
2075 struct rs_rate *rate; rs_rate_scale_perform() local
2412 struct rs_rate *rate = &lq_sta->optimal_rate; rs_init_optimal_rate() local
2466 struct rs_rate *rate = &lq_sta->optimal_rate; rs_get_optimal_rate() local
2492 rs_get_initial_rate(struct iwl_mvm * mvm,struct ieee80211_sta * sta,struct iwl_lq_sta * lq_sta,enum nl80211_band band,struct rs_rate * rate) rs_get_initial_rate() argument
2645 struct rs_rate *rate; rs_initialize_lq() local
2867 iwl_mvm_update_frame_stats(struct iwl_mvm * mvm,u32 rate,bool agg) iwl_mvm_update_frame_stats() argument
3290 struct rs_rate rate; rs_build_rates_table_from_fixed() local
3324 rs_fill_rates_for_column(struct iwl_mvm * mvm,struct iwl_lq_sta * lq_sta,struct rs_rate * rate,__le32 * rs_table,int * rs_table_index,int num_rates,int num_retries,u8 valid_tx_ant,bool toggle_ant) rs_fill_rates_for_column() argument
3382 struct rs_rate rate; rs_build_rates_table() local
3660 rs_pretty_print_rate_v1(char * buf,int bufsz,const u32 rate) rs_pretty_print_rate_v1() argument
3768 struct rs_rate *rate = &tbl->rate; rs_sta_dbgfs_scale_table_read() local
3868 struct rs_rate *rate; rs_sta_dbgfs_stats_table_read() local
3944 int col, rate; rs_sta_dbgfs_drv_tx_stats_read() local
4184 int rate = rate_n_flags & RATE_LEGACY_RATE_MSK_V1; iwl_legacy_rate_to_fw_idx() local
4196 iwl_mvm_v3_rate_from_fw(__le32 rate,u8 rate_ver) iwl_mvm_v3_rate_from_fw() argument
4285 iwl_mvm_v3_rate_to_fw(u32 rate,u8 rate_ver) iwl_mvm_v3_rate_to_fw() argument
[all...]
/linux/drivers/clk/sunxi-ng/ !
H A Dccu_mp.c20 static unsigned long ccu_mp_find_best(unsigned long parent, unsigned long rate, in ccu_mp_find_best() argument
52 unsigned long rate, in ccu_mp_find_best_with_parent_adj() argument
109 ccu_mp_round_rate(struct ccu_mux_internal * mux,struct clk_hw * hw,unsigned long * parent_rate,unsigned long rate,void * data) ccu_mp_round_rate() argument
168 unsigned long rate; ccu_mp_recalc_rate() local
207 ccu_mp_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) ccu_mp_set_rate() argument
302 unsigned long rate = ccu_mp_recalc_rate(hw, parent_rate); ccu_mp_mmc_recalc_rate() local
337 ccu_mp_mmc_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) ccu_mp_mmc_set_rate() argument
[all...]
/linux/drivers/clk/rockchip/ !
H A Dclk-pll.c51 struct rockchip_clk_pll *pll, unsigned long rate) in rockchip_get_pll_settings() argument
140 struct rockchip_pll_rate_table *rate) in rockchip_rk3036_pll_get_params() argument
190 rockchip_rk3036_pll_set_params(struct rockchip_clk_pll * pll,const struct rockchip_pll_rate_table * rate) rockchip_rk3036_pll_set_params() argument
254 const struct rockchip_pll_rate_table *rate; rockchip_rk3036_pll_set_rate() local
301 const struct rockchip_pll_rate_table *rate; rockchip_rk3036_pll_init() local
383 rockchip_rk3066_pll_get_params(struct rockchip_clk_pll * pll,struct rockchip_pll_rate_table * rate) rockchip_rk3066_pll_get_params() argument
427 rockchip_rk3066_pll_set_params(struct rockchip_clk_pll * pll,const struct rockchip_pll_rate_table * rate) rockchip_rk3066_pll_set_params() argument
489 const struct rockchip_pll_rate_table *rate; rockchip_rk3066_pll_set_rate() local
536 const struct rockchip_pll_rate_table *rate; rockchip_rk3066_pll_init() local
622 rockchip_rk3399_pll_get_params(struct rockchip_clk_pll * pll,struct rockchip_pll_rate_table * rate) rockchip_rk3399_pll_get_params() argument
674 rockchip_rk3399_pll_set_params(struct rockchip_clk_pll * pll,const struct rockchip_pll_rate_table * rate) rockchip_rk3399_pll_set_params() argument
738 const struct rockchip_pll_rate_table *rate; rockchip_rk3399_pll_set_rate() local
785 const struct rockchip_pll_rate_table *rate; rockchip_rk3399_pll_init() local
883 rockchip_rk3588_pll_get_params(struct rockchip_clk_pll * pll,struct rockchip_pll_rate_table * rate) rockchip_rk3588_pll_get_params() argument
926 rockchip_rk3588_pll_set_params(struct rockchip_clk_pll * pll,const struct rockchip_pll_rate_table * rate) rockchip_rk3588_pll_set_params() argument
987 const struct rockchip_pll_rate_table *rate; rockchip_rk3588_pll_set_rate() local
[all...]
H A Dclk-cpu.c68 struct rockchip_cpuclk *cpuclk, unsigned long rate) in rockchip_get_cpuclk_settings() argument
99 rockchip_cpuclk_set_dividers(struct rockchip_cpuclk * cpuclk,const struct rockchip_cpuclk_rate_table * rate) rockchip_cpuclk_set_dividers() argument
117 rockchip_cpuclk_set_pre_muxs(struct rockchip_cpuclk * cpuclk,const struct rockchip_cpuclk_rate_table * rate) rockchip_cpuclk_set_pre_muxs() argument
135 rockchip_cpuclk_set_post_muxs(struct rockchip_cpuclk * cpuclk,const struct rockchip_cpuclk_rate_table * rate) rockchip_cpuclk_set_post_muxs() argument
156 const struct rockchip_cpuclk_rate_table *rate; rockchip_cpuclk_pre_rate_change() local
227 const struct rockchip_cpuclk_rate_table *rate; rockchip_cpuclk_post_rate_change() local
[all...]
/linux/drivers/clk/tegra/ !
H A Dclk-divider.c21 static int get_div(struct tegra_clk_frac_div *divider, unsigned long rate, in get_div() argument
41 u64 rate = parent_rate; in clk_frac_div_recalc_rate() local
61 static long clk_frac_div_round_rate(struct clk_hw *hw, unsigned long rate, in clk_frac_div_round_rate() argument
80 clk_frac_div_set_rate(struct clk_hw * hw,unsigned long rate,unsigned long parent_rate) clk_frac_div_set_rate() argument
121 unsigned long rate = clk_hw_get_rate(hw); clk_divider_restore_context() local
[all...]
/linux/sound/firewire/tascam/ !
H A Dtascam-stream.c44 static int set_clock(struct snd_tscm *tscm, unsigned int rate, in set_clock() argument
97 int snd_tscm_stream_get_rate(struct snd_tscm *tscm, unsigned int *rate) in snd_tscm_stream_get_rate() argument
177 set_stream_formats(struct snd_tscm * tscm,unsigned int rate) set_stream_formats() argument
281 keep_resources(struct snd_tscm * tscm,unsigned int rate,struct amdtp_stream * stream) keep_resources() argument
386 snd_tscm_stream_reserve_duplex(struct snd_tscm * tscm,unsigned int rate,unsigned int frames_per_period,unsigned int frames_per_buffer) snd_tscm_stream_reserve_duplex() argument
433 snd_tscm_stream_start_duplex(struct snd_tscm * tscm,unsigned int rate) snd_tscm_stream_start_duplex() argument
[all...]
/linux/sound/firewire/dice/ !
H A Ddice-stream.c32 int snd_dice_stream_get_rate_mode(struct snd_dice *dice, unsigned int rate, in snd_dice_stream_get_rate_mode() argument
60 static int select_clock(struct snd_dice *dice, unsigned int rate) in select_clock() argument
156 struct fw_iso_resources *resources, unsigned int rate, in keep_resources() argument
197 static int keep_dual_resources(struct snd_dice *dice, unsigned int rate, in keep_dual_resources() argument
265 snd_dice_stream_reserve_duplex(struct snd_dice * dice,unsigned int rate,unsigned int events_per_period,unsigned int events_per_buffer) snd_dice_stream_reserve_duplex() argument
327 start_streams(struct snd_dice * dice,enum amdtp_stream_direction dir,unsigned int rate,struct reg_params * params) start_streams() argument
387 unsigned int rate; snd_dice_stream_start_duplex() local
611 unsigned int rate; snd_dice_stream_detect_current_formats() local
[all...]
/linux/sound/firewire/fireface/ !
H A Dff-protocol-former.c15 static int parse_clock_bits(u32 data, unsigned int *rate, in parse_clock_bits() argument
19 unsigned int rate; in parse_clock_bits() member
71 static int former_get_clock(struct snd_ff *ff, unsigned int *rate, in former_get_clock() argument
125 unsigned int rate; in dump_clock_config() local
182 unsigned int rate; in dump_sync_status() member
230 unsigned int rate; dump_sync_status() local
335 ff800_allocate_resources(struct snd_ff * ff,unsigned int rate) ff800_allocate_resources() argument
373 ff800_begin_session(struct snd_ff * ff,unsigned int rate) ff800_begin_session() argument
439 ff400_allocate_resources(struct snd_ff * ff,unsigned int rate) ff400_allocate_resources() argument
486 ff400_begin_session(struct snd_ff * ff,unsigned int rate) ff400_begin_session() argument
[all...]
/linux/drivers/net/wireless/broadcom/b43/ !
H A Dppr.c28 u8 *rate; in b43_ppr_add() local
38 u8 *rate; in b43_ppr_apply_max() local
48 u8 *rate; in b43_ppr_apply_min() local
59 u8 *rate; b43_ppr_get_max() local
[all...]
/linux/drivers/sh/clk/ !
H A Dcore.c78 unsigned long rate; member
139 unsigned long rate) in clk_rate_table_round() argument
162 unsigned int div_max, unsigned long rate) in clk_rate_div_range_round() argument
182 clk_rate_mult_range_round(struct clk * clk,unsigned int mult_min,unsigned int mult_max,unsigned long rate) clk_rate_mult_range_round() argument
197 clk_rate_table_find(struct clk * clk,struct cpufreq_frequency_table * freq_table,unsigned long rate) clk_rate_table_find() argument
480 clk_set_rate(struct clk * clk,unsigned long rate) clk_set_rate() argument
552 clk_round_rate(struct clk * clk,unsigned long rate) clk_round_rate() argument
578 unsigned long rate = clkp->rate; clks_core_resume() local
[all...]

12345678910>>...59