Searched refs:soc_clocks (Results 1 – 4 of 4) sorted by relevance
189 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()
387 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()
969 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()
2035 struct ti_clk soc_clocks[] = { variable3608 const size_t soc_clock_count = ARRAY_SIZE(soc_clocks);