Lines Matching refs:cc
45 void bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc);
46 void bcma_core_chipcommon_init(struct bcma_drv_cc *cc);
47 void bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable);
49 void bcma_chipco_serial_init(struct bcma_drv_cc *cc);
57 void bcma_pmu_early_init(struct bcma_drv_cc *cc);
58 void bcma_pmu_init(struct bcma_drv_cc *cc);
59 u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc);
60 u32 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc);
68 int bcma_pflash_init(struct bcma_drv_cc *cc);
70 static inline int bcma_pflash_init(struct bcma_drv_cc *cc) in bcma_pflash_init() argument
72 bcma_err(cc->core->bus, "Parallel flash not supported\n"); in bcma_pflash_init()
79 int bcma_sflash_init(struct bcma_drv_cc *cc);
82 static inline int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init() argument
84 bcma_err(cc->core->bus, "Serial flash not supported\n"); in bcma_sflash_init()
91 int bcma_nflash_init(struct bcma_drv_cc *cc);
94 static inline int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init() argument
96 bcma_err(cc->core->bus, "NAND flash not supported\n"); in bcma_nflash_init()
152 extern int bcma_chipco_watchdog_register(struct bcma_drv_cc *cc);
202 int bcma_gpio_init(struct bcma_drv_cc *cc);
203 int bcma_gpio_unregister(struct bcma_drv_cc *cc);
205 static inline int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init() argument
209 static inline int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister() argument