Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk_pll_16fft.h51 extern const struct ti_clk_drv_div ti_clk_drv_div_pll_16fft_postdiv;
60 extern const struct ti_clk_drv_div ti_clk_drv_div_pll_16fft_hsdiv;
69 extern const struct ti_clk_drv_div ti_clk_drv_div_pll_16fft_postdiv_hsdiv;
H A Dti_clk_div.h79 struct ti_clk_drv_div { struct
100 extern const struct ti_clk_drv_div ti_clk_drv_div_reg; argument
103 extern const struct ti_clk_drv_div ti_clk_drv_div_reg_ro;
106 extern const struct ti_clk_drv_div ti_clk_drv_div_reg_go;
109 extern const struct ti_clk_drv_div ti_clk_drv_div_fixed;
/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk_div.c27 const struct ti_clk_drv_div *divp; in ti_clk_get_div()
35 divp = ti_container_of(clkp->drv, const struct ti_clk_drv_div, drv); in ti_clk_get_div()
45 const struct ti_clk_drv_div *drv_div; in ti_clk_div_set_freq_dyn_parent()
70 drv_div = ti_container_of(clkp->drv, const struct ti_clk_drv_div, drv); in ti_clk_div_set_freq_dyn_parent()
198 const struct ti_clk_drv_div *drv_div; in ti_clk_div_set_freq_static_parent()
214 drv_div = ti_container_of(clkp->drv, const struct ti_clk_drv_div, drv); in ti_clk_div_set_freq_static_parent()
320 const struct ti_clk_drv_div *drv_div; in ti_clk_div_init()
325 drv_div = ti_container_of(clkp->drv, const struct ti_clk_drv_div, drv); in ti_clk_div_init()
385 const struct ti_clk_drv_div *drv_div; in ti_clk_div_reg_set_div()
398 drv_div = ti_container_of(clkp->drv, const struct ti_clk_drv_div, drv); in ti_clk_div_reg_set_div()
[all …]
H A Dti_clk_pll_16fft.c580 const struct ti_clk_drv_div *drv_div; in ti_clk_pll_16fft_program_freq()
657 const struct ti_clk_drv_div, drv); in ti_clk_pll_16fft_program_freq()
1356 const struct ti_clk_drv_div ti_clk_drv_div_pll_16fft_postdiv = {
1478 const struct ti_clk_drv_div *drv_div; in ti_clk_pll_16fft_hsdiv_init()
1486 drv_div = ti_container_of(clkp->drv, const struct ti_clk_drv_div, drv); in ti_clk_pll_16fft_hsdiv_init()
1535 const struct ti_clk_drv_div ti_clk_drv_div_pll_16fft_hsdiv = {
1545 const struct ti_clk_drv_div ti_clk_drv_div_pll_16fft_postdiv_hsdiv = {