Searched refs:pwm_tdiv_clk (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dpwm-clock.c163 struct pwm_tdiv_clk { struct
168 static inline struct pwm_tdiv_clk *to_tdiv(struct clk *clk)
170 return container_of(clk, struct pwm_tdiv_clk, clk);
212 static unsigned long clk_pwm_tdiv_bits(struct pwm_tdiv_clk *divclk)
217 static void clk_pwm_tdiv_update(struct pwm_tdiv_clk *divclk)
236 struct pwm_tdiv_clk *divclk = to_tdiv(clk);
267 static struct pwm_tdiv_clk clk_timer_tdiv[] = {
307 struct pwm_tdiv_clk *divclk = &clk_timer_tdiv[id];

Completed in 131 milliseconds