Home
last modified time | relevance | path

Searched defs:cprman (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/bcm/
H A Dclk-bcm2835.c335 static inline void cprman_write(struct bcm2835_cprman *cprman, u32 reg, u32 val) in cprman_write()
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; member
526 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_is_on() local
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() local
617 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_off() local
631 struct bcm2835_cprman *cprman = pll->cprman; in bcm2835_pll_on() local
[all …]
/openbmc/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h60 BCM2835CprmanState cprman; member