Lines Matching refs:drv_cc
354 if (bus->drv_cc.pflash.present) { in bcma_register_devices()
362 if (bus->drv_cc.sflash.present) { in bcma_register_devices()
370 if (bus->drv_cc.nflash.present) { in bcma_register_devices()
376 err = bcma_gpio_init(&bus->drv_cc); in bcma_register_devices()
383 err = bcma_chipco_watchdog_register(&bus->drv_cc); in bcma_register_devices()
402 platform_device_unregister(bus->drv_cc.watchdog); in bcma_unregister_cores()
427 bus->drv_cc.core = core; in bcma_bus_register()
428 bcma_core_chipcommon_early_init(&bus->drv_cc); in bcma_bus_register()
459 bus->drv_cc.core = core; in bcma_bus_register()
460 bcma_core_chipcommon_init(&bus->drv_cc); in bcma_bus_register()
517 err = bcma_gpio_unregister(&bus->drv_cc); in bcma_bus_unregister()
548 bus->drv_cc.core = core; in bcma_bus_early_register()
549 bcma_core_chipcommon_early_init(&bus->drv_cc); in bcma_bus_early_register()
585 if (bus->drv_cc.core) { in bcma_bus_resume()
586 bus->drv_cc.setup_done = false; in bcma_bus_resume()
587 bcma_core_chipcommon_init(&bus->drv_cc); in bcma_bus_resume()