Searched refs:dpll_core_ck (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | clkt2xxx_dpllcore.c | 39 * dpll_core_ck: pointer to the combined dpll_ck + core_ck on OMAP2xxx 43 static struct clk_hw_omap *dpll_core_ck; variable in typeref:struct:clk_hw_omap 59 WARN_ON(!dpll_core_ck); omap2xxx_clk_get_core_rate() 61 core_clk = omap2_get_dpll_rate(dpll_core_ck); omap2xxx_clk_get_core_rate() 184 * Store a local copy of @clk in dpll_core_ck so other code can query 193 WARN(dpll_core_ck, "dpll_core_ck already set - should never happen"); omap2xxx_clkt_dpllcore_init() 194 dpll_core_ck = to_clk_hw_omap(hw); omap2xxx_clkt_dpllcore_init()
|
/linux-4.1.27/drivers/clk/ti/ |
H A D | clk-33xx.c | 31 DT_CLK(NULL, "dpll_core_ck", "dpll_core_ck"),
|
H A D | clk-43xx.c | 31 DT_CLK(NULL, "dpll_core_ck", "dpll_core_ck"),
|
H A D | clk-54xx.c | 55 DT_CLK(NULL, "dpll_core_ck", "dpll_core_ck"),
|
H A D | clk-44xx.c | 66 DT_CLK(NULL, "dpll_core_ck", "dpll_core_ck"),
|
H A D | clk-7xx.c | 80 DT_CLK(NULL, "dpll_core_ck", "dpll_core_ck"),
|
Completed in 167 milliseconds