Home
last modified time | relevance | path

Searched refs:soc_clocks (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h189 extern struct ti_clk soc_clocks[];
356 return (id < soc_clock_count) && (soc_clocks[id].drv != NULL); in ti_clk_id_valid()
366 return ti_clk_id_valid(id) ? (soc_clocks + id) : NULL; in ti_clk_lookup()
378 return (ti_clk_idx_t) (clkp - soc_clocks); in ti_clk_id()
/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c387 flags = __atomic_load_n(&soc_clocks[i].flags, __ATOMIC_ACQUIRE); in ti_clk_drop_pwr_up_en()
389 ti_clk_put(&soc_clocks[i]); in ti_clk_drop_pwr_up_en()
390 (void)__atomic_and_fetch(&soc_clocks[i].flags, in ti_clk_drop_pwr_up_en()
426 clkp = &soc_clocks[i]; in ti_clk_init()
444 clk_flags = __atomic_load_n(&soc_clocks[i].flags, __ATOMIC_ACQUIRE); in ti_clk_init()
446 if (!ti_clk_get(&soc_clocks[i])) { in ti_clk_init()
H A Dti_clk_pll_16fft.c969 sub_clk = &soc_clocks[i]; in ti_clk_pll_16fft_set_freq()
1201 struct ti_clk *sub_data = &soc_clocks[i]; in ti_clk_pll_16fft_init_internal()
1202 struct ti_clk *sub_clk = &soc_clocks[i]; in ti_clk_pll_16fft_init_internal()
/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_clocks.c2035 struct ti_clk soc_clocks[] = { variable
3608 const size_t soc_clock_count = ARRAY_SIZE(soc_clocks);