Symbol: bcm47xx_bus
arch/mips/bcm47xx/irq.c
78
bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core,
arch/mips/bcm47xx/prom.c
147
if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706)
arch/mips/bcm47xx/serial.c
32
struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore);
arch/mips/bcm47xx/serial.c
57
struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc);
arch/mips/bcm47xx/setup.c
104
bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0);
arch/mips/bcm47xx/setup.c
119
err = ssb_bus_host_soc_register(&bcm47xx_bus.ssb, SSB_ENUM_BASE);
arch/mips/bcm47xx/setup.c
123
mcore = &bcm47xx_bus.ssb.mipscore;
arch/mips/bcm47xx/setup.c
144
err = bcma_host_soc_register(&bcm47xx_bus.bcma);
arch/mips/bcm47xx/setup.c
164
bcm47xx_set_system_type(bcm47xx_bus.bcma.bus.chipinfo.id);
arch/mips/bcm47xx/setup.c
175
bcm47xx_set_system_type(bcm47xx_bus.ssb.chip_id);
arch/mips/bcm47xx/setup.c
219
bcm47xx_bus.bcma.dev = bcm47xx_setup_device();
arch/mips/bcm47xx/setup.c
220
if (!bcm47xx_bus.bcma.dev)
arch/mips/bcm47xx/setup.c
223
err = bcma_host_soc_init(&bcm47xx_bus.bcma);
arch/mips/bcm47xx/setup.c
250
if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706)
arch/mips/bcm47xx/setup.c
269
if (device_register(bcm47xx_bus.bcma.dev))
arch/mips/bcm47xx/setup.c
271
bcma_bus_register(&bcm47xx_bus.bcma.bus);
arch/mips/bcm47xx/setup.c
56
union bcm47xx_bus bcm47xx_bus;
arch/mips/bcm47xx/setup.c
57
EXPORT_SYMBOL(bcm47xx_bus);
arch/mips/bcm47xx/setup.c
70
if (bcm47xx_bus.ssb.chip_id == 0x4785)
arch/mips/bcm47xx/setup.c
72
ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1);
arch/mips/bcm47xx/setup.c
73
if (bcm47xx_bus.ssb.chip_id == 0x4785) {
arch/mips/bcm47xx/setup.c
84
bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1);
arch/mips/bcm47xx/setup.c
99
ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0);
arch/mips/bcm47xx/time.c
49
hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2;
arch/mips/bcm47xx/time.c
50
chip_id = bcm47xx_bus.ssb.chip_id;
arch/mips/bcm47xx/time.c
55
hz = bcma_cpu_clock(&bcm47xx_bus.bcma.bus.drv_mips) / 2;
arch/mips/bcm47xx/time.c
56
chip_id = bcm47xx_bus.bcma.bus.chipinfo.id;
arch/mips/include/asm/mach-bcm47xx/bcm47xx.h
33
extern union bcm47xx_bus bcm47xx_bus;
drivers/net/wireless/broadcom/b43/bus.c
99
bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4716)