Lines Matching refs:drv_cc
329 if (bus->drv_cc.pflash.present) { in bcma_register_devices()
337 if (bus->drv_cc.sflash.present) { in bcma_register_devices()
345 if (bus->drv_cc.nflash.present) { in bcma_register_devices()
351 err = bcma_gpio_init(&bus->drv_cc); in bcma_register_devices()
358 err = bcma_chipco_watchdog_register(&bus->drv_cc); in bcma_register_devices()
377 platform_device_unregister(bus->drv_cc.watchdog); in bcma_unregister_cores()
401 bus->drv_cc.core = core; in bcma_bus_register()
402 bcma_core_chipcommon_early_init(&bus->drv_cc); in bcma_bus_register()
428 bus->drv_cc.core = core; in bcma_bus_register()
429 bcma_core_chipcommon_init(&bus->drv_cc); in bcma_bus_register()
486 err = bcma_gpio_unregister(&bus->drv_cc); in bcma_bus_unregister()
517 bus->drv_cc.core = core; in bcma_bus_early_register()
518 bcma_core_chipcommon_early_init(&bus->drv_cc); in bcma_bus_early_register()
554 if (bus->drv_cc.core) { in bcma_bus_resume()
555 bus->drv_cc.setup_done = false; in bcma_bus_resume()
556 bcma_core_chipcommon_init(&bus->drv_cc); in bcma_bus_resume()