bcm47xx_bus        78 arch/mips/bcm47xx/irq.c 		bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core,
bcm47xx_bus       146 arch/mips/bcm47xx/prom.c 	if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706)
bcm47xx_bus        32 arch/mips/bcm47xx/serial.c 	struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore);
bcm47xx_bus        57 arch/mips/bcm47xx/serial.c 	struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc);
bcm47xx_bus        48 arch/mips/bcm47xx/setup.c union bcm47xx_bus bcm47xx_bus;
bcm47xx_bus        49 arch/mips/bcm47xx/setup.c EXPORT_SYMBOL(bcm47xx_bus);
bcm47xx_bus        62 arch/mips/bcm47xx/setup.c 		if (bcm47xx_bus.ssb.chip_id == 0x4785)
bcm47xx_bus        64 arch/mips/bcm47xx/setup.c 		ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1);
bcm47xx_bus        65 arch/mips/bcm47xx/setup.c 		if (bcm47xx_bus.ssb.chip_id == 0x4785) {
bcm47xx_bus        76 arch/mips/bcm47xx/setup.c 		bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1);
bcm47xx_bus        91 arch/mips/bcm47xx/setup.c 		ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0);
bcm47xx_bus        96 arch/mips/bcm47xx/setup.c 		bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0);
bcm47xx_bus       111 arch/mips/bcm47xx/setup.c 	err = ssb_bus_host_soc_register(&bcm47xx_bus.ssb, SSB_ENUM_BASE);
bcm47xx_bus       115 arch/mips/bcm47xx/setup.c 	mcore = &bcm47xx_bus.ssb.mipscore;
bcm47xx_bus       136 arch/mips/bcm47xx/setup.c 	err = bcma_host_soc_register(&bcm47xx_bus.bcma);
bcm47xx_bus       156 arch/mips/bcm47xx/setup.c 		bcm47xx_set_system_type(bcm47xx_bus.bcma.bus.chipinfo.id);
bcm47xx_bus       167 arch/mips/bcm47xx/setup.c 		bcm47xx_set_system_type(bcm47xx_bus.ssb.chip_id);
bcm47xx_bus       211 arch/mips/bcm47xx/setup.c 		bcm47xx_bus.bcma.dev = bcm47xx_setup_device();
bcm47xx_bus       212 arch/mips/bcm47xx/setup.c 		if (!bcm47xx_bus.bcma.dev)
bcm47xx_bus       215 arch/mips/bcm47xx/setup.c 		err = bcma_host_soc_init(&bcm47xx_bus.bcma);
bcm47xx_bus       242 arch/mips/bcm47xx/setup.c 		if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706)
bcm47xx_bus       267 arch/mips/bcm47xx/setup.c 		if (device_register(bcm47xx_bus.bcma.dev))
bcm47xx_bus       269 arch/mips/bcm47xx/setup.c 		bcma_bus_register(&bcm47xx_bus.bcma.bus);
bcm47xx_bus        49 arch/mips/bcm47xx/time.c 		hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2;
bcm47xx_bus        50 arch/mips/bcm47xx/time.c 		chip_id = bcm47xx_bus.ssb.chip_id;
bcm47xx_bus        55 arch/mips/bcm47xx/time.c 		hz = bcma_cpu_clock(&bcm47xx_bus.bcma.bus.drv_mips) / 2;
bcm47xx_bus        56 arch/mips/bcm47xx/time.c 		chip_id = bcm47xx_bus.bcma.bus.chipinfo.id;
bcm47xx_bus        32 arch/mips/include/asm/mach-bcm47xx/bcm47xx.h extern union bcm47xx_bus bcm47xx_bus;
bcm47xx_bus        99 drivers/net/wireless/broadcom/b43/bus.c 	    bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4716)