Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bcma/
Dscan.c103 if (bus->hosttype == BCMA_HOSTTYPE_PCI) in bcma_scan_switch_core()
351 if (bus->hosttype == BCMA_HOSTTYPE_SOC) { in bcma_get_next_core()
397 if (bus->hosttype == BCMA_HOSTTYPE_SOC) { in bcma_bus_scan()
445 if (bus->hosttype == BCMA_HOSTTYPE_SOC) in bcma_bus_scan()
462 if (bus->hosttype == BCMA_HOSTTYPE_SOC) { in bcma_bus_scan_early()
503 if (bus->hosttype == BCMA_HOSTTYPE_SOC) in bcma_bus_scan_early()
Dcore.c113 switch (core->bus->hosttype) { in bcma_core_dma_translation()
123 core->bus->hosttype); in bcma_core_dma_translation()
Dhost_soc.c174 bus->hosttype = BCMA_HOSTTYPE_SOC; in bcma_host_soc_register()
Ddriver_pci.c204 if (core->bus->hosttype != BCMA_HOSTTYPE_PCI) { in bcma_core_pci_irq_ctl()
Dhost_pci.c201 bus->hosttype = BCMA_HOSTTYPE_PCI; in bcma_host_pci_probe()
Dmain.c105 switch (bus->hosttype) { in bcma_register_cores()
/linux-3.4.99/arch/mips/bcm47xx/
Dsetup.c167 switch (bus->hosttype) { in bcm47xx_get_sprom_bcma()
/linux-3.4.99/include/linux/bcma/
Dbcma.h191 enum bcma_hosttype hosttype; member