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