Lines Matching refs:bcm2835_cprman

284 struct bcm2835_cprman {  struct
294 static inline void cprman_write(struct bcm2835_cprman *cprman, u32 reg, u32 val) in cprman_write() argument
299 static inline u32 cprman_read(struct bcm2835_cprman *cprman, u32 reg) in cprman_read()
812 struct bcm2835_cprman *cprman;
819 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_is_on()
866 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_get_rate()
890 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_off()
906 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_on()
934 bcm2835_pll_write_ana(struct bcm2835_cprman *cprman, u32 ana_reg_base, u32 *ana) in bcm2835_pll_write_ana()
954 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_set_rate()
1034 struct bcm2835_cprman *cprman;
1047 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_is_on()
1064 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_get_rate()
1078 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_off()
1092 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_on()
1112 struct bcm2835_cprman *cprman = divider->cprman; in bcm2835_pll_divider_set_rate()
1147 struct bcm2835_cprman *cprman;
1159 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_is_on()
1231 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_get_rate()
1240 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_wait_busy()
1257 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_off()
1272 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_on()
1289 struct bcm2835_cprman *cprman = clock->cprman; in bcm2835_clock_set_rate()
1323 static struct clk *bcm2835_register_pll(struct bcm2835_cprman *cprman, in bcm2835_register_pll()
1350 bcm2835_register_pll_divider(struct bcm2835_cprman *cprman, in bcm2835_register_pll_divider()
1409 static struct clk *bcm2835_register_clock(struct bcm2835_cprman *cprman, in bcm2835_register_clock()
1478 struct bcm2835_cprman *cprman; in bcm2835_clk_probe()