Home
last modified time | relevance | path

Searched refs:bcm47xx_bus (Results 1 – 6 of 6) sorted by relevance

/arch/mips/bcm47xx/
Dsetup.c48 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()
[all …]
Dtime.c49 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()
Dserial.c32 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()
Dirq.c78 bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core, in arch_init_irq()
Dprom.c147 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_prom_highmem_init()
/arch/mips/include/asm/mach-bcm47xx/
Dbcm47xx.h24 union bcm47xx_bus { union
33 extern union bcm47xx_bus bcm47xx_bus;