Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bcma/
Ddriver_gpio.c132 if (cc->core->bus->hosttype != BCMA_HOSTTYPE_SOC) in bcma_gpio_irq_init()
159 if (cc->core->bus->hosttype != BCMA_HOSTTYPE_SOC) in bcma_gpio_irq_exit()
193 if (cc->core->bus->hosttype == BCMA_HOSTTYPE_SOC) in bcma_gpio_init()
214 cc->core->bus->hosttype == BCMA_HOSTTYPE_SOC) in bcma_gpio_init()
Dbcma_private.h119 WARN_ON(pc->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pci_early_init()
124 WARN_ON(pc->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pci_init()
136 WARN_ON(pcie2->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pcie2_init()
Dhost_pci.c207 bus->hosttype = BCMA_HOSTTYPE_PCI; in bcma_host_pci_probe()
334 if (bus->hosttype != BCMA_HOSTTYPE_PCI) in bcma_host_pci_up()
347 if (bus->hosttype != BCMA_HOSTTYPE_PCI) in bcma_host_pci_down()
363 if (bus->hosttype != BCMA_HOSTTYPE_PCI) { in bcma_host_pci_irq_ctl()
Dcore.c142 switch (core->bus->hosttype) { in bcma_core_dma_translation()
152 core->bus->hosttype); in bcma_core_dma_translation()
Dscan.c149 if (bus->hosttype == BCMA_HOSTTYPE_PCI) in bcma_scan_switch_core()
422 if (bus->hosttype == BCMA_HOSTTYPE_SOC) { in bcma_get_next_core()
469 if (bus->hosttype == BCMA_HOSTTYPE_SOC) { in bcma_bus_scan()
521 if (bus->hosttype == BCMA_HOSTTYPE_SOC) in bcma_bus_scan()
Dmain.c228 switch (bus->hosttype) { in bcma_core_irq()
253 switch (bus->hosttype) { in bcma_prepare_core()
276 switch (bus->hosttype) { in bcma_bus_get_host_dev()
382 if (bus->hosttype == BCMA_HOSTTYPE_SOC) { in bcma_register_devices()
401 if (bus->hosttype == BCMA_HOSTTYPE_SOC) in bcma_unregister_cores()
Dhost_soc.c180 bus->hosttype = BCMA_HOSTTYPE_SOC; in bcma_host_soc_register()
222 bus->hosttype = BCMA_HOSTTYPE_SOC; in bcma_host_soc_probe()
Ddriver_pci.c264 if (bus->hosttype != BCMA_HOSTTYPE_PCI) in bcma_core_pci_power_save()
/linux-4.4.14/drivers/net/wireless/b43/
Dbus.h70 return (dev->bdev->bus->hosttype == BCMA_HOSTTYPE_PCI); in b43_bus_host_is_pci()
Dmain.c5332 dev->dev->bdev->bus->hosttype == BCMA_HOSTTYPE_PCI) in b43_supported_bands()
/linux-4.4.14/include/linux/bcma/
Dbcma.h331 enum bcma_hosttype hosttype; member
463 if (bus->hosttype == BCMA_HOSTTYPE_PCI) in bcma_host_pci_irq_ctl()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Daiutils.c702 if (sii->icbus->hosttype != BCMA_HOSTTYPE_PCI) in ai_deviceremoved()
Ddma.c617 if (sii->icbus->hosttype == BCMA_HOSTTYPE_PCI) { in dma_attach()
Dmain.c4415 if (core->bus->hosttype == BCMA_HOSTTYPE_PCI) in brcms_b_attach()
4455 if (core->bus->hosttype == BCMA_HOSTTYPE_PCI) { in brcms_b_attach()
5677 switch (core->bus->hosttype) { in brcms_c_chipmatch()
5683 pr_err("unknown host type: %i\n", core->bus->hosttype); in brcms_c_chipmatch()
/linux-4.4.14/arch/mips/bcm47xx/
Dsprom.c666 switch (bus->hosttype) { in bcm47xx_get_sprom_bcma()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_cmn.c212 if ((pi->d11core->bus->hosttype == BCMA_HOSTTYPE_PCI) && in write_radio_reg()
299 if ((pi->d11core->bus->hosttype == BCMA_HOSTTYPE_PCI) && in write_phy_reg()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c1620 if (core->bus->hosttype == BCMA_HOSTTYPE_PCI) { in bgmac_probe()