Home
last modified time | relevance | path

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

/arch/mips/bcm47xx/
Dsetup.c40 union bcm47xx_bus bcm47xx_bus; variable
41 EXPORT_SYMBOL(bcm47xx_bus);
54 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1); in bcm47xx_machine_restart()
59 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1); in bcm47xx_machine_restart()
74 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0); in bcm47xx_machine_halt()
79 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0); in bcm47xx_machine_halt()
135 err = ssb_bus_ssbbus_register(&(bcm47xx_bus.ssb), SSB_ENUM_BASE, in bcm47xx_register_ssb()
140 mcore = &bcm47xx_bus.ssb.mipscore; in bcm47xx_register_ssb()
195 err = bcma_host_soc_register(&bcm47xx_bus.bcma); in bcm47xx_register_bcma()
199 bcm47xx_fill_bcma_boardinfo(&bcm47xx_bus.bcma.bus.boardinfo, NULL); in bcm47xx_register_bcma()
[all …]
Dwgt634u.c112 if (!ssb_chipco_irq_status(&bcm47xx_bus.ssb.chipco, in gpio_interrupt()
120 ssb_gpio_polarity(&bcm47xx_bus.ssb, 1 << WGT634U_GPIO_RESET, in gpio_interrupt()
142 et0mac = bcm47xx_bus.ssb.sprom.et0mac; in wgt634u_init()
147 struct ssb_mipscore *mcore = &bcm47xx_bus.ssb.mipscore; in wgt634u_init()
153 "WGT634U GPIO", &bcm47xx_bus.ssb.chipco)) { in wgt634u_init()
155 ssb_gpio_intmask(&bcm47xx_bus.ssb, in wgt634u_init()
158 ssb_chipco_irq_mask(&bcm47xx_bus.ssb.chipco, in wgt634u_init()
Dtime.c45 hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2; in plat_time_init()
50 hz = bcma_cpu_clock(&bcm47xx_bus.bcma.bus.drv_mips) / 2; in plat_time_init()
Dserial.c30 struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore); in uart8250_init_ssb()
54 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc); in uart8250_init_bcma()
Dirq.c57 bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core, in arch_init_irq()
Dnvram.c101 struct ssb_mipscore *mcore = &bcm47xx_bus.ssb.mipscore; in nvram_init_ssb()
120 struct bcma_drv_cc *cc = &bcm47xx_bus.bcma.bus.drv_cc; in nvram_init_bcma()
/arch/mips/include/asm/mach-bcm47xx/
Dbcm47xx.h35 union bcm47xx_bus { union
44 extern union bcm47xx_bus bcm47xx_bus;