Searched defs:rate (Results 1 - 25 of 1608) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dagp_backend.h7 u32 rate : 3; member in struct:_alpha_agp_mode::__anon3
/linux-master/arch/arm/mach-omap1/
H A Dopp.h16 unsigned long rate; member in struct:mpu_rate
/linux-master/arch/arm/mach-omap2/
H A Domap2-restart.c33 u32 rate; local
/linux-master/arch/mips/ath79/
H A Dclock.c60 static struct clk * __init ath79_set_clk(int type, unsigned long rate) argument
81 static unsigned long __init ath79_setup_ref_clk(unsigned long rate) argument
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-gmxx-defs.h367 uint64_t rate:4; member in struct:cvmx_gmxx_inf_mode::cvmx_gmxx_inf_mode_s
454 uint64_t rate:4; member in struct:cvmx_gmxx_inf_mode::cvmx_gmxx_inf_mode_cn66xx
H A Dcvmx-led-defs.h50 uint64_t rate:8; member in struct:cvmx_led_blink::cvmx_led_blink_s
76 uint64_t rate:16; member in struct:cvmx_led_cylon::cvmx_led_cylon_s
/linux-master/arch/mips/lantiq/
H A Dclk.h60 unsigned long rate; member in struct:clk
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7264.c43 unsigned long rate = clk->parent->rate / pll1_div; local
/linux-master/drivers/atm/
H A Dfore200e.h145 struct tpd_rate rate; /* tpd rate control */ member in struct:tpd
879 struct tpd_rate rate; /* tx rate control data */ member in struct:fore200e_vcc
/linux-master/drivers/clk/actions/
H A Dowl-composite.h30 union owl_rate rate; member in struct:owl_composite
H A Dowl-divider.c26 static long owl_divider_round_rate(struct clk_hw *hw, unsigned long rate, argument
81 static int owl_divider_set_rate(struct clk_hw *hw, unsigned long rate, argument
16 owl_divider_helper_round_rate(struct owl_clk_common *common, const struct owl_divider_hw *div_hw, unsigned long rate, unsigned long *parent_rate) argument
61 owl_divider_helper_set_rate(const struct owl_clk_common *common, const struct owl_divider_hw *div_hw, unsigned long rate, unsigned long parent_rate) argument
H A Dowl-pll.h21 unsigned long rate; member in struct:clk_pll_table
/linux-master/drivers/clk/at91/
H A Dclk-audio-pll.c216 clk_audio_pll_frac_compute_frac(unsigned long rate, unsigned long parent_rate, unsigned long *nd, unsigned long *fracr) argument
273 clk_audio_pll_pad_round_rate(struct clk_hw *hw, unsigned long rate, unsigned long *parent_rate) argument
324 clk_audio_pll_pmc_round_rate(struct clk_hw *hw, unsigned long rate, unsigned long *parent_rate) argument
364 clk_audio_pll_frac_set_rate(struct clk_hw *hw, unsigned long rate, unsigned long parent_rate) argument
387 clk_audio_pll_pad_set_rate(struct clk_hw *hw, unsigned long rate, unsigned long parent_rate) argument
411 clk_audio_pll_pmc_set_rate(struct clk_hw *hw, unsigned long rate, unsigned long parent_rate) argument
[all...]
H A Dclk-h32mx.c43 static long clk_sama5d4_h32mx_round_rate(struct clk_hw *hw, unsigned long rate, argument
60 static int clk_sama5d4_h32mx_set_rate(struct clk_hw *hw, unsigned long rate, argument
H A Dclk-plldiv.c36 static long clk_plldiv_round_rate(struct clk_hw *hw, unsigned long rate, argument
53 static int clk_plldiv_set_rate(struct clk_hw *hw, unsigned long rate, argument
/linux-master/drivers/clk/berlin/
H A Dberlin2-pll.c47 u64 rate = parent_rate; local
/linux-master/drivers/clk/
H A Dclk-highbank.c110 static void clk_pll_calc(unsigned long rate, unsigned long ref_freq, argument
134 static long clk_pll_round_rate(struct clk_hw *hwclk, unsigned long rate, argument
145 static int clk_pll_set_rate(struct clk_hw *hwclk, unsigned long rate, argument
231 clk_periclk_round_rate(struct clk_hw *hwclk, unsigned long rate, unsigned long *parent_rate) argument
243 clk_periclk_set_rate(struct clk_hw *hwclk, unsigned long rate, unsigned long parent_rate) argument
[all...]
H A Dclk-multiplier.c56 static bool __is_best_rate(unsigned long rate, unsigned long new, argument
65 static unsigned long __bestmult(struct clk_hw *hw, unsigned long rate, argument
31 __get_mult(struct clk_multiplier *mult, unsigned long rate, unsigned long parent_rate) argument
115 clk_multiplier_round_rate(struct clk_hw *hw, unsigned long rate, unsigned long *parent_rate) argument
125 clk_multiplier_set_rate(struct clk_hw *hw, unsigned long rate, unsigned long parent_rate) argument
[all...]
H A Dclk-vt8500.c131 static long vt8500_dclk_round_rate(struct clk_hw *hw, unsigned long rate, argument
157 static int vt8500_dclk_set_rate(struct clk_hw *hw, unsigned long rate, argument
350 static int vt8500_find_pll_bits(unsigned long rate, unsigned long parent_rate, argument
389 wm8650_find_pll_bits(unsigned long rate, unsigned long parent_rate, u32 *multiplier, u32 *divisor1, u32 *divisor2) argument
452 wm8750_find_pll_bits(unsigned long rate, unsigned long parent_rate, u32 *filter, u32 *multiplier, u32 *divisor1, u32 *divisor2) argument
500 wm8850_find_pll_bits(unsigned long rate, unsigned long parent_rate, u32 *multiplier, u32 *divisor1, u32 *divisor2) argument
546 vtwm_pll_set_rate(struct clk_hw *hw, unsigned long rate, unsigned long parent_rate) argument
597 vtwm_pll_round_rate(struct clk_hw *hw, unsigned long rate, unsigned long *prate) argument
[all...]
/linux-master/drivers/clk/hisilicon/
H A Dclk-hi3660-stub.c51 unsigned int rate; member in struct:hi3660_stub_clk
70 static long hi3660_stub_clk_round_rate(struct clk_hw *hw, unsigned long rate, argument
80 static int hi3660_stub_clk_set_rate(struct clk_hw *hw, unsigned long rate, argument
[all...]
H A Dclkdivider-hi6220.c58 static long hi6220_clkdiv_round_rate(struct clk_hw *hw, unsigned long rate, argument
67 static int hi6220_clkdiv_set_rate(struct clk_hw *hw, unsigned long rate, argument
/linux-master/drivers/clk/mvebu/
H A Dclk-corediv.c138 static long clk_corediv_round_rate(struct clk_hw *hwclk, unsigned long rate, argument
153 static int clk_corediv_set_rate(struct clk_hw *hwclk, unsigned long rate, argument
H A Dcommon.c113 unsigned long rate; local
/linux-master/drivers/clk/mxs/
H A Dclk-div.c43 static long clk_div_round_rate(struct clk_hw *hw, unsigned long rate, argument
51 static int clk_div_set_rate(struct clk_hw *hw, unsigned long rate, argument
H A Dclk-frac.c47 static long clk_frac_round_rate(struct clk_hw *hw, unsigned long rate, argument
73 static int clk_frac_set_rate(struct clk_hw *hw, unsigned long rate, argument

Completed in 259 milliseconds

1234567891011>>