Lines Matching refs:bcm2835_cprman

314 struct bcm2835_cprman {  struct
335 static inline void cprman_write(struct bcm2835_cprman *cprman, u32 reg, u32 val) in cprman_write() argument
340 static inline u32 cprman_read(struct bcm2835_cprman *cprman, u32 reg) in cprman_read()
348 static unsigned long bcm2835_measure_tcnt_mux(struct bcm2835_cprman *cprman, in bcm2835_measure_tcnt_mux()
400 static void bcm2835_debugfs_regset(struct bcm2835_cprman *cprman, u32 base, in bcm2835_debugfs_regset()
519 struct bcm2835_cprman *cprman;
526 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_is_on()
533 static u32 bcm2835_pll_get_prediv_mask(struct bcm2835_cprman *cprman, in bcm2835_pll_get_prediv_mask()
591 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_get_rate()
617 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_off()
631 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_on()
665 bcm2835_pll_write_ana(struct bcm2835_cprman *cprman, u32 ana_reg_base, u32 *ana) in bcm2835_pll_write_ana()
685 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_set_rate()
754 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_debug_init()
792 struct bcm2835_cprman *cprman;
805 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_is_on()
826 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_off()
842 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_on()
862 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_set_rate()
884 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_debug_init()
918 struct bcm2835_cprman *cprman;
930 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_is_on()
1024 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_get_rate()
1044 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_wait_busy()
1061 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_off()
1076 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_on()
1104 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_set_rate()
1147 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_choose_div_and_prate()
1265 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_set_parent()
1276 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_get_parent()
1298 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_debug_init()
1338 static struct clk_hw *bcm2835_register_pll(struct bcm2835_cprman *cprman, in bcm2835_register_pll()
1372 bcm2835_register_pll_divider(struct bcm2835_cprman *cprman, in bcm2835_register_pll_divider()
1433 static struct clk_hw *bcm2835_register_clock(struct bcm2835_cprman *cprman, in bcm2835_register_clock()
1497 static struct clk_hw *bcm2835_register_gate(struct bcm2835_cprman *cprman, in bcm2835_register_gate()
1510 struct clk_hw *(*clk_register)(struct bcm2835_cprman *cprman,
2266 struct bcm2835_cprman *cprman; in bcm2835_clk_probe()