Lines Matching refs:cc
47 void bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc);
48 void bcma_core_chipcommon_init(struct bcma_drv_cc *cc);
49 void bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable);
51 void bcma_chipco_serial_init(struct bcma_drv_cc *cc);
60 void bcma_pmu_early_init(struct bcma_drv_cc *cc);
61 void bcma_pmu_init(struct bcma_drv_cc *cc);
62 u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc);
63 u32 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc);
67 int bcma_sflash_init(struct bcma_drv_cc *cc);
70 static inline int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init() argument
72 bcma_err(cc->core->bus, "Serial flash not supported\n"); in bcma_sflash_init()
79 int bcma_nflash_init(struct bcma_drv_cc *cc);
82 static inline int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init() argument
84 bcma_err(cc->core->bus, "NAND flash not supported\n"); in bcma_nflash_init()
140 extern int bcma_chipco_watchdog_register(struct bcma_drv_cc *cc);
190 int bcma_gpio_init(struct bcma_drv_cc *cc);
191 int bcma_gpio_unregister(struct bcma_drv_cc *cc);
193 static inline int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init() argument
197 static inline int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister() argument