Lines Matching refs:drv_cc
323 if (bus->drv_cc.pflash.present) { in bcma_register_devices()
331 if (bus->drv_cc.sflash.present) { in bcma_register_devices()
339 if (bus->drv_cc.nflash.present) { in bcma_register_devices()
345 err = bcma_gpio_init(&bus->drv_cc); in bcma_register_devices()
354 err = bcma_chipco_watchdog_register(&bus->drv_cc); in bcma_register_devices()
373 platform_device_unregister(bus->drv_cc.watchdog); in bcma_unregister_cores()
397 bus->drv_cc.core = core; in bcma_bus_register()
398 bcma_core_chipcommon_early_init(&bus->drv_cc); in bcma_bus_register()
427 bus->drv_cc.core = core; in bcma_bus_register()
428 bcma_core_chipcommon_init(&bus->drv_cc); in bcma_bus_register()
485 err = bcma_gpio_unregister(&bus->drv_cc); in bcma_bus_unregister()
516 bus->drv_cc.core = core; in bcma_bus_early_register()
517 bcma_core_chipcommon_early_init(&bus->drv_cc); in bcma_bus_early_register()
553 if (bus->drv_cc.core) { in bcma_bus_resume()
554 bus->drv_cc.setup_done = false; in bcma_bus_resume()
555 bcma_core_chipcommon_init(&bus->drv_cc); in bcma_bus_resume()