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

/linux-master/arch/mips/include/asm/mach-bcm47xx/
H A Dbcm47xx.h24 union bcm47xx_bus { union
33 extern union bcm47xx_bus bcm47xx_bus;
/linux-master/arch/mips/bcm47xx/
H A Dsetup.c48 union bcm47xx_bus bcm47xx_bus; variable in typeref:union:bcm47xx_bus
49 EXPORT_SYMBOL(bcm47xx_bus); variable
62 if (bcm47xx_bus.ssb.chip_id == 0x4785)
64 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1);
65 if (bcm47xx_bus.ssb.chip_id == 0x4785) {
76 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1);
91 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0);
96 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0);
111 err = ssb_bus_host_soc_register(&bcm47xx_bus
[all...]
H A Dtime.c49 hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2;
50 chip_id = bcm47xx_bus.ssb.chip_id;
55 hz = bcma_cpu_clock(&bcm47xx_bus.bcma.bus.drv_mips) / 2;
56 chip_id = bcm47xx_bus.bcma.bus.chipinfo.id;
H A Dserial.c32 struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore);
57 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc);
H A Dirq.c78 bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core,
H A Dprom.c143 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706)
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dbus.c99 bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4716)

Completed in 132 milliseconds