Searched refs:clk_factor_pt (Results 1 – 6 of 6) sorted by relevance
41 extern clk_factor_pt sunxi_clk_factor_arry[];267 clk_factor_pt factor_clk = NULL; in sunxi_clk_disable()290 factor_clk = (clk_factor_pt)pclk; in sunxi_clk_disable()323 clk_factor_pt factor_clk = NULL; in sunxi_clk_enabled()345 factor_clk = (clk_factor_pt)pclk; in sunxi_clk_enabled()375 clk_factor_pt factor_clk = NULL; in sunxi_clk_is_enabled()393 factor_clk = (clk_factor_pt)pclk; in sunxi_clk_is_enabled()419 clk_factor_pt factor_clk = NULL; in sunxi_clk_round_rate()439 factor_clk = (clk_factor_pt)pclk; in sunxi_clk_round_rate()481 clk_factor_pt factor_clk = NULL; in sunxi_clk_recalc_rate()[all …]
269 hal_clk_status_t sunxi_clk_fators_enable(clk_factor_pt clk);270 hal_clk_status_t sunxi_clk_fators_disable(clk_factor_pt clk);271 hal_clk_status_t sunxi_clk_fators_is_enabled(clk_factor_pt clk);272 hal_clk_status_t sunxi_clk_factors_recalc_rate(clk_factor_pt clk, u32 *rate);273 hal_clk_status_t sunxi_clk_factors_set_rate(clk_factor_pt clk, u32 rate);274 u32 sunxi_clk_factors_round_rate(clk_factor_pt clk, u32 rate);
124 hal_clk_status_t sunxi_clk_fators_enable(clk_factor_pt clk) in sunxi_clk_fators_enable()195 hal_clk_status_t sunxi_clk_fators_disable(clk_factor_pt clk) in sunxi_clk_fators_disable()249 hal_clk_status_t sunxi_clk_fators_is_enabled(clk_factor_pt clk) in sunxi_clk_fators_is_enabled()275 hal_clk_status_t sunxi_clk_factors_recalc_rate(clk_factor_pt clk, u32 *rate) in sunxi_clk_factors_recalc_rate()374 hal_clk_status_t sunxi_clk_factors_set_rate(clk_factor_pt clk, u32 rate) in sunxi_clk_factors_set_rate()493 u32 sunxi_clk_factors_round_rate(clk_factor_pt clk, u32 rate) in sunxi_clk_factors_round_rate()
70 } clk_factor_t, *clk_factor_pt ; typedef
1259 clk_factor_pt factor = NULL; in sunxi_factor_pll_cpu_init()1263 factor = (clk_factor_pt)clk_get_core(HAL_CLK_PLL_CPUX_C0); in sunxi_factor_pll_cpu_init()1306 clk_factor_pt factor = NULL; in sunxi_factor_pll_periph1_init()1309 factor = (clk_factor_pt)clk_get_core(HAL_CLK_PLL_PERI1); in sunxi_factor_pll_periph1_init()1326 clk_factor_pt factor = NULL; in sunxi_factor_pll_periph0_init()1329 factor = (clk_factor_pt)clk_get_core(HAL_CLK_PLL_PERI0); in sunxi_factor_pll_periph0_init()1355 clk_factor_pt sunxi_clk_factor_arry[] =
964 clk_factor_pt factor = NULL; in sunxi_factor_pll_cpu_init()968 factor = (clk_factor_pt)clk_get_core(HAL_CLK_PLL_CPUX_C0); in sunxi_factor_pll_cpu_init()1018 clk_factor_pt sunxi_clk_factor_arry[] =
Completed in 19 milliseconds