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