Lines Matching refs: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);
58 void bcma_pmu_early_init(struct bcma_drv_cc *cc);
59 void bcma_pmu_init(struct bcma_drv_cc *cc);
60 u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc);
61 u32 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc);
69 int bcma_pflash_init(struct bcma_drv_cc *cc);
71 static inline int bcma_pflash_init(struct bcma_drv_cc *cc) in bcma_pflash_init() argument
73 bcma_err(cc->core->bus, "Parallel flash not supported\n"); in bcma_pflash_init()
80 int bcma_sflash_init(struct bcma_drv_cc *cc);
83 static inline int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init() argument
85 bcma_err(cc->core->bus, "Serial flash not supported\n"); in bcma_sflash_init()
92 int bcma_nflash_init(struct bcma_drv_cc *cc);
95 static inline int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init() argument
97 bcma_err(cc->core->bus, "NAND flash not supported\n"); in bcma_nflash_init()
153 extern int bcma_chipco_watchdog_register(struct bcma_drv_cc *cc);
203 int bcma_gpio_init(struct bcma_drv_cc *cc);
204 int bcma_gpio_unregister(struct bcma_drv_cc *cc);
206 static inline int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init() argument
210 static inline int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister() argument