Home
last modified time | relevance | path

Searched refs:clk_periph_pt (Results 1 – 6 of 6) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/
A Dclk_periph.h219 hal_clk_status_t sunxi_clk_periph_get_parent(clk_periph_pt clk, u8 *parent_index);
220 hal_clk_status_t sunxi_clk_periph_set_parent(clk_periph_pt clk, u8 index);
221 hal_clk_status_t sunxi_clk_periph_enable(clk_periph_pt clk);
222 hal_clk_status_t sunxi_clk_periph_is_enabled(clk_periph_pt clk);
223 hal_clk_status_t sunxi_clk_periph_disable(clk_periph_pt clk);
224 hal_clk_status_t sunxi_clk_periph_recalc_rate(clk_periph_pt clk, u32 *rate);
225 u32 sunxi_clk_periph_round_rate(clk_periph_pt clk, u32 rate, u32 prate);
226 hal_clk_status_t sunxi_clk_periph_set_rate(clk_periph_pt clk, u32 rate);
A Dclk.c42 extern clk_periph_pt sunxi_clk_periph_arry[];
144 clk_periph_pt periph_clk = NULL; in sunxi_clk_set_parent()
156 periph_clk = (clk_periph_pt)pclk; in sunxi_clk_set_parent()
209 clk_periph_pt periph_clk = NULL; in sunxi_clk_get_parent()
266 clk_periph_pt periph_clk = NULL; in sunxi_clk_disable()
322 clk_periph_pt periph_clk = NULL; in sunxi_clk_enabled()
374 clk_periph_pt periph_clk = NULL; in sunxi_clk_is_enabled()
418 clk_periph_pt periph_clk = NULL; in sunxi_clk_round_rate()
480 clk_periph_pt periph_clk = NULL; in sunxi_clk_recalc_rate()
552 clk_periph_pt periph_clk = NULL; in sunxi_clk_set_rate()
[all …]
A Dclk_periph.c37 hal_clk_status_t sunxi_clk_periph_get_parent(clk_periph_pt clk, u8 *parent_index) in sunxi_clk_periph_get_parent()
63 hal_clk_status_t sunxi_clk_periph_set_parent(clk_periph_pt clk, u8 index) in sunxi_clk_periph_set_parent()
175 hal_clk_status_t sunxi_clk_periph_enable(clk_periph_pt clk) in sunxi_clk_periph_enable()
205 hal_clk_status_t sunxi_clk_periph_is_enabled(clk_periph_pt clk) in sunxi_clk_periph_is_enabled()
342 hal_clk_status_t sunxi_clk_periph_disable(clk_periph_pt clk) in sunxi_clk_periph_disable()
367 hal_clk_status_t sunxi_clk_periph_recalc_rate(clk_periph_pt clk, u32 *rate) in sunxi_clk_periph_recalc_rate()
407 u32 sunxi_clk_periph_round_rate(clk_periph_pt clk, u32 rate, u32 prate) in sunxi_clk_periph_round_rate()
480 hal_clk_status_t sunxi_clk_periph_set_rate(clk_periph_pt clk, u32 rate) in sunxi_clk_periph_set_rate()
A Dclk.h78 } clk_periph_t, *clk_periph_pt ; typedef
/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/sun8iw18p1/
A Dclk_sun8iw18.c965 clk_periph_pt periph = NULL; in sunxi_factor_pll_cpu_init()
969 periph = (clk_periph_pt)clk_get_core(HAL_CLK_BUS_C0_AXI); in sunxi_factor_pll_cpu_init()
1037 clk_periph_pt sunxi_clk_periph_arry[] =
/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/sun8iw19p1/
A Dclk_sun8iw19.c1260 clk_periph_pt periph = NULL; in sunxi_factor_pll_cpu_init()
1264 periph = (clk_periph_pt)clk_get_core(HAL_CLK_BUS_C0_AXI); in sunxi_factor_pll_cpu_init()
1377 clk_periph_pt sunxi_clk_periph_arry[] =

Completed in 19 milliseconds