Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/bcm47xx/
Dsetup.c47 union bcm47xx_bus bcm47xx_bus; variable
48 EXPORT_SYMBOL(bcm47xx_bus);
61 if (bcm47xx_bus.ssb.chip_id == 0x4785) in bcm47xx_machine_restart()
63 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1); in bcm47xx_machine_restart()
64 if (bcm47xx_bus.ssb.chip_id == 0x4785) { in bcm47xx_machine_restart()
75 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1); in bcm47xx_machine_restart()
90 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0); in bcm47xx_machine_halt()
95 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0); in bcm47xx_machine_halt()
146 err = ssb_bus_ssbbus_register(&bcm47xx_bus.ssb, SSB_ENUM_BASE, in bcm47xx_register_ssb()
151 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.c30 struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore); in uart8250_init_ssb()
55 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.c146 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_prom_highmem_init()
/linux-4.4.14/arch/mips/include/asm/mach-bcm47xx/
Dbcm47xx.h36 union bcm47xx_bus { union
45 extern union bcm47xx_bus bcm47xx_bus;
/linux-4.4.14/drivers/net/wireless/b43/
Dbus.c112 bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4716) in b43_bus_dev_bcma_init()