Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/sunxi/
Dclk-sunxi.c54 struct sun6i_ahb1_clk { struct
59 #define to_sun6i_ahb1_clk(_hw) container_of(_hw, struct sun6i_ahb1_clk, hw) argument
64 struct sun6i_ahb1_clk *ahb1 = to_sun6i_ahb1_clk(hw); in sun6i_ahb1_clk_recalc_rate()
162 struct sun6i_ahb1_clk *ahb1 = to_sun6i_ahb1_clk(hw); in sun6i_ahb1_clk_set_rate()
193 struct sun6i_ahb1_clk *ahb1; in sun6i_ahb1_clk_setup()
209 ahb1 = kzalloc(sizeof(struct sun6i_ahb1_clk), GFP_KERNEL); in sun6i_ahb1_clk_setup()