Home
last modified time | relevance | path

Searched refs:clk_pll_table (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/clk/actions/
H A Dowl-pll.c31 static unsigned long _get_table_rate(const struct clk_pll_table *table, in _get_table_rate()
34 const struct clk_pll_table *clkt; in _get_table_rate()
43 static const struct clk_pll_table *_get_pll_table( in _get_pll_table()
44 const struct clk_pll_table *table, unsigned long rate) in _get_pll_table()
46 const struct clk_pll_table *clkt; in _get_pll_table()
64 const struct clk_pll_table *clkt; in owl_pll_round_rate()
161 const struct clk_pll_table *clkt; in owl_pll_set_rate()
H A Dowl-pll.h19 struct clk_pll_table { struct
33 const struct clk_pll_table *table; argument
H A Dowl-s700.c74 static struct clk_pll_table clk_audio_pll_table[] = {
79 static struct clk_pll_table clk_cvbs_pll_table[] = {
H A Dowl-s900.c74 static struct clk_pll_table clk_audio_pll_table[] = {
79 static struct clk_pll_table clk_edp_pll_table[] = {
H A Dowl-s500.c96 static const struct clk_pll_table clk_audio_pll_table[] = {
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dcpu.h59 struct clk_pll_table { struct
H A Dcpu.c43 struct clk_pll_table tegra_pll_x_table[TEGRA_SOC_CNT][CLOCK_OSC_FREQ_COUNT] = {
234 struct clk_pll_table *sel; in init_pllx()