Lines Matching refs:bcm2835_cprman
316 struct bcm2835_cprman { struct
332 static inline void cprman_write(struct bcm2835_cprman *cprman, u32 reg, u32 val) in cprman_write() argument
337 static inline u32 cprman_read(struct bcm2835_cprman *cprman, u32 reg) in cprman_read()
345 static unsigned long bcm2835_measure_tcnt_mux(struct bcm2835_cprman *cprman, in bcm2835_measure_tcnt_mux()
397 static void bcm2835_debugfs_regset(struct bcm2835_cprman *cprman, u32 base, in bcm2835_debugfs_regset()
513 struct bcm2835_cprman *cprman;
520 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_is_on()
571 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_get_rate()
597 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_off()
611 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_on()
645 bcm2835_pll_write_ana(struct bcm2835_cprman *cprman, u32 ana_reg_base, u32 *ana) in bcm2835_pll_write_ana()
665 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_set_rate()
733 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_debug_init()
771 struct bcm2835_cprman *cprman;
784 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_is_on()
806 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_off()
822 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_on()
842 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_set_rate()
864 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_debug_init()
898 struct bcm2835_cprman *cprman;
910 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_is_on()
989 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_get_rate()
1003 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_wait_busy()
1020 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_off()
1035 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_on()
1063 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_set_rate()
1106 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_choose_div_and_prate()
1224 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_set_parent()
1235 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_get_parent()
1257 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_debug_init()
1297 static struct clk_hw *bcm2835_register_pll(struct bcm2835_cprman *cprman, in bcm2835_register_pll()
1328 bcm2835_register_pll_divider(struct bcm2835_cprman *cprman, in bcm2835_register_pll_divider()
1387 static struct clk_hw *bcm2835_register_clock(struct bcm2835_cprman *cprman, in bcm2835_register_clock()
1450 static struct clk *bcm2835_register_gate(struct bcm2835_cprman *cprman, in bcm2835_register_gate()
1459 typedef struct clk_hw *(*bcm2835_clk_register)(struct bcm2835_cprman *cprman,
2137 struct bcm2835_cprman *cprman; in bcm2835_clk_probe()