Lines Matching refs:bcma_drv_cc
46 void bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc);
47 void bcma_core_chipcommon_init(struct bcma_drv_cc *cc);
48 void bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable);
50 void bcma_chipco_serial_init(struct bcma_drv_cc *cc);
59 void bcma_pmu_early_init(struct bcma_drv_cc *cc);
60 void bcma_pmu_init(struct bcma_drv_cc *cc);
61 u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc);
62 u32 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc);
66 int bcma_sflash_init(struct bcma_drv_cc *cc);
69 static inline int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init()
78 int bcma_nflash_init(struct bcma_drv_cc *cc);
81 static inline int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init()
139 extern int bcma_chipco_watchdog_register(struct bcma_drv_cc *cc);
189 int bcma_gpio_init(struct bcma_drv_cc *cc);
190 int bcma_gpio_unregister(struct bcma_drv_cc *cc);
192 static inline int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init()
196 static inline int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister()