Lines Matching refs:bcm47xx_bus
56 union bcm47xx_bus bcm47xx_bus;
57 EXPORT_SYMBOL(bcm47xx_bus);
70 if (bcm47xx_bus.ssb.chip_id == 0x4785)
72 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1);
73 if (bcm47xx_bus.ssb.chip_id == 0x4785) {
84 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1);
99 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0);
104 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0);
119 err = ssb_bus_host_soc_register(&bcm47xx_bus.ssb, SSB_ENUM_BASE);
123 mcore = &bcm47xx_bus.ssb.mipscore;
144 err = bcma_host_soc_register(&bcm47xx_bus.bcma);
164 bcm47xx_set_system_type(bcm47xx_bus.bcma.bus.chipinfo.id);
175 bcm47xx_set_system_type(bcm47xx_bus.ssb.chip_id);
219 bcm47xx_bus.bcma.dev = bcm47xx_setup_device();
220 if (!bcm47xx_bus.bcma.dev)
223 err = bcma_host_soc_init(&bcm47xx_bus.bcma);
250 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706)
275 if (device_register(bcm47xx_bus.bcma.dev))
277 bcma_bus_register(&bcm47xx_bus.bcma.bus);