Lines Matching refs:drv_cc
344 if (bus->drv_cc.pflash.present) { in bcma_register_devices()
352 if (bus->drv_cc.sflash.present) { in bcma_register_devices()
360 if (bus->drv_cc.nflash.present) { in bcma_register_devices()
366 err = bcma_gpio_init(&bus->drv_cc); in bcma_register_devices()
373 err = bcma_chipco_watchdog_register(&bus->drv_cc); in bcma_register_devices()
392 platform_device_unregister(bus->drv_cc.watchdog); in bcma_unregister_cores()
417 bus->drv_cc.core = core; in bcma_bus_register()
418 bcma_core_chipcommon_early_init(&bus->drv_cc); in bcma_bus_register()
449 bus->drv_cc.core = core; in bcma_bus_register()
450 bcma_core_chipcommon_init(&bus->drv_cc); in bcma_bus_register()
507 err = bcma_gpio_unregister(&bus->drv_cc); in bcma_bus_unregister()
538 bus->drv_cc.core = core; in bcma_bus_early_register()
539 bcma_core_chipcommon_early_init(&bus->drv_cc); in bcma_bus_early_register()
575 if (bus->drv_cc.core) { in bcma_bus_resume()
576 bus->drv_cc.setup_done = false; in bcma_bus_resume()
577 bcma_core_chipcommon_init(&bus->drv_cc); in bcma_bus_resume()