Lines Matching refs:bcm47xx_bus
48 union bcm47xx_bus bcm47xx_bus;
49 EXPORT_SYMBOL(bcm47xx_bus);
62 if (bcm47xx_bus.ssb.chip_id == 0x4785)
64 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1);
65 if (bcm47xx_bus.ssb.chip_id == 0x4785) {
76 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1);
91 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0);
96 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0);
111 err = ssb_bus_host_soc_register(&bcm47xx_bus.ssb, SSB_ENUM_BASE);
115 mcore = &bcm47xx_bus.ssb.mipscore;
136 err = bcma_host_soc_register(&bcm47xx_bus.bcma);
156 bcm47xx_set_system_type(bcm47xx_bus.bcma.bus.chipinfo.id);
167 bcm47xx_set_system_type(bcm47xx_bus.ssb.chip_id);
211 bcm47xx_bus.bcma.dev = bcm47xx_setup_device();
212 if (!bcm47xx_bus.bcma.dev)
215 err = bcma_host_soc_init(&bcm47xx_bus.bcma);
242 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706)
267 if (device_register(bcm47xx_bus.bcma.dev))
269 bcma_bus_register(&bcm47xx_bus.bcma.bus);