Home
last modified time | relevance | path

Searched refs:bcm47xx_bus_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/mips/bcm47xx/
H A Dsetup.c51 enum bcm47xx_bus_type bcm47xx_bus_type; variable
52 EXPORT_SYMBOL(bcm47xx_bus_type);
59 switch (bcm47xx_bus_type) { in bcm47xx_machine_restart()
88 switch (bcm47xx_bus_type) { in bcm47xx_machine_halt()
154 bcm47xx_bus_type = BCM47XX_BUS_TYPE_BCMA; in plat_mem_setup()
164 bcm47xx_bus_type = BCM47XX_BUS_TYPE_SSB; in plat_mem_setup()
208 if (bcm47xx_bus_type == BCM47XX_BUS_TYPE_BCMA) { in bcm47xx_bus_setup()
228 switch (bcm47xx_bus_type) { in bcm47xx_cpu_fixes()
259 switch (bcm47xx_bus_type) { in bcm47xx_register_bus_complete()
H A Dtime.c46 switch (bcm47xx_bus_type) { in plat_time_init()
H A Dirq.c77 if (bcm47xx_bus_type == BCM47XX_BUS_TYPE_BCMA) { in arch_init_irq()
H A Dprom.c140 if (WARN_ON(bcm47xx_bus_type != BCM47XX_BUS_TYPE_BCMA)) in bcm47xx_prom_highmem_init()
H A Dserial.c81 switch (bcm47xx_bus_type) { in uart8250_init()
/openbmc/linux/arch/mips/include/asm/mach-bcm47xx/
H A Dbcm47xx.h15 enum bcm47xx_bus_type { enum
34 extern enum bcm47xx_bus_type bcm47xx_bus_type;
/openbmc/linux/arch/mips/pci/
H A Dpci-bcm47xx.c90 if (bcm47xx_bus_type == BCM47XX_BUS_TYPE_SSB) in pcibios_plat_dev_init()
94 if (bcm47xx_bus_type == BCM47XX_BUS_TYPE_BCMA) in pcibios_plat_dev_init()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dbus.c98 bcm47xx_bus_type == BCM47XX_BUS_TYPE_BCMA && in b43_bus_dev_bcma_init()