Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/bcm47xx/
Dsetup.c59 enum bcm47xx_bus_type bcm47xx_bus_type; variable
60 EXPORT_SYMBOL(bcm47xx_bus_type);
67 switch (bcm47xx_bus_type) { in bcm47xx_machine_restart()
96 switch (bcm47xx_bus_type) { in bcm47xx_machine_halt()
162 bcm47xx_bus_type = BCM47XX_BUS_TYPE_BCMA; in plat_mem_setup()
172 bcm47xx_bus_type = BCM47XX_BUS_TYPE_SSB; in plat_mem_setup()
216 if (bcm47xx_bus_type == BCM47XX_BUS_TYPE_BCMA) { in bcm47xx_bus_setup()
236 switch (bcm47xx_bus_type) { in bcm47xx_cpu_fixes()
267 switch (bcm47xx_bus_type) { in bcm47xx_register_bus_complete()
Dtime.c46 switch (bcm47xx_bus_type) { in plat_time_init()
Dirq.c77 if (bcm47xx_bus_type == BCM47XX_BUS_TYPE_BCMA) { in arch_init_irq()
Dprom.c144 if (WARN_ON(bcm47xx_bus_type != BCM47XX_BUS_TYPE_BCMA)) in bcm47xx_prom_highmem_init()
Dserial.c81 switch (bcm47xx_bus_type) { in uart8250_init()
/linux-6.12.1/arch/mips/include/asm/mach-bcm47xx/
Dbcm47xx.h15 enum bcm47xx_bus_type { enum
34 extern enum bcm47xx_bus_type bcm47xx_bus_type;
/linux-6.12.1/arch/mips/pci/
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()
/linux-6.12.1/drivers/net/wireless/broadcom/b43/
Dbus.c98 bcm47xx_bus_type == BCM47XX_BUS_TYPE_BCMA && in b43_bus_dev_bcma_init()