Lines Matching refs:bcm2835_cprman

313 struct bcm2835_cprman {  struct
333 static inline void cprman_write(struct bcm2835_cprman *cprman, u32 reg, u32 val) in cprman_write() argument
338 static inline u32 cprman_read(struct bcm2835_cprman *cprman, u32 reg) in cprman_read()
346 static unsigned long bcm2835_measure_tcnt_mux(struct bcm2835_cprman *cprman, in bcm2835_measure_tcnt_mux()
398 static void bcm2835_debugfs_regset(struct bcm2835_cprman *cprman, u32 base, in bcm2835_debugfs_regset()
514 struct bcm2835_cprman *cprman;
521 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_is_on()
572 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_get_rate()
598 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_off()
612 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_on()
646 bcm2835_pll_write_ana(struct bcm2835_cprman *cprman, u32 ana_reg_base, u32 *ana) in bcm2835_pll_write_ana()
666 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_set_rate()
734 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_debug_init()
772 struct bcm2835_cprman *cprman;
785 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_is_on()
807 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_off()
823 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_on()
843 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_set_rate()
865 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_debug_init()
899 struct bcm2835_cprman *cprman;
911 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_is_on()
990 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_get_rate()
1004 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_wait_busy()
1021 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_off()
1036 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_on()
1064 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_set_rate()
1107 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_choose_div_and_prate()
1225 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_set_parent()
1236 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_get_parent()
1258 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_debug_init()
1298 static struct clk_hw *bcm2835_register_pll(struct bcm2835_cprman *cprman, in bcm2835_register_pll()
1329 bcm2835_register_pll_divider(struct bcm2835_cprman *cprman, in bcm2835_register_pll_divider()
1388 static struct clk_hw *bcm2835_register_clock(struct bcm2835_cprman *cprman, in bcm2835_register_clock()
1451 static struct clk *bcm2835_register_gate(struct bcm2835_cprman *cprman, in bcm2835_register_gate()
1460 typedef struct clk_hw *(*bcm2835_clk_register)(struct bcm2835_cprman *cprman,
2194 struct bcm2835_cprman *cprman; in bcm2835_clk_probe()