Home
last modified time | relevance | path

Searched defs:tclk (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/clk/sunxi/
Dclk-sun4i-tcon-ch1.c44 struct tcon_ch1_clk *tclk = hw_to_tclk(hw); in tcon_ch1_disable() local
57 struct tcon_ch1_clk *tclk = hw_to_tclk(hw); in tcon_ch1_enable() local
72 struct tcon_ch1_clk *tclk = hw_to_tclk(hw); in tcon_ch1_is_enabled() local
81 struct tcon_ch1_clk *tclk = hw_to_tclk(hw); in tcon_ch1_get_parent() local
92 struct tcon_ch1_clk *tclk = hw_to_tclk(hw); in tcon_ch1_set_parent() local
181 struct tcon_ch1_clk *tclk = hw_to_tclk(hw); in tcon_ch1_recalc_rate() local
197 struct tcon_ch1_clk *tclk = hw_to_tclk(hw); in tcon_ch1_set_rate() local
237 struct tcon_ch1_clk *tclk; in tcon_ch1_setup() local
/linux-4.19.296/drivers/clk/
Dclk-vt8500.c362 unsigned long tclk; in vt8500_find_pll_bits() local
466 unsigned long tclk, rate_err, best_err; in wm8750_find_pll_bits() local
514 unsigned long tclk, rate_err, best_err; in wm8850_find_pll_bits() local
/linux-4.19.296/drivers/i2c/busses/
Di2c-mv64xxx.c761 const int tclk, const int n, const int m) in mv64xxx_calc_freq()
771 const u32 req_freq, const u32 tclk) in mv64xxx_find_baud_factors()
799 u32 bus_freq, tclk; in mv64xxx_of_config() local
Di2c-octeon-core.c660 int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff; in octeon_i2c_set_clock() local
/linux-4.19.296/drivers/sh/clk/
Dcore.c226 void propagate_rate(struct clk *tclk) in propagate_rate()