Searched refs:bcm47xx_bus (Results 1 – 6 of 6) sorted by relevance
48 union bcm47xx_bus bcm47xx_bus; variable49 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()[all …]
49 hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2; in plat_time_init()50 chip_id = bcm47xx_bus.ssb.chip_id; in plat_time_init()55 hz = bcma_cpu_clock(&bcm47xx_bus.bcma.bus.drv_mips) / 2; in plat_time_init()56 chip_id = bcm47xx_bus.bcma.bus.chipinfo.id; in plat_time_init()
32 struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore); in uart8250_init_ssb()57 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc); in uart8250_init_bcma()
78 bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core, in arch_init_irq()
147 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_prom_highmem_init()
24 union bcm47xx_bus { union33 extern union bcm47xx_bus bcm47xx_bus;