Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bcma/
Ddriver_gpio.c86 if (cc->core->bus->hosttype == BCMA_HOSTTYPE_SOC) in bcma_gpio_to_irq()
140 if (cc->core->bus->hosttype != BCMA_HOSTTYPE_SOC) in bcma_gpio_irq_domain_init()
184 if (cc->core->bus->hosttype != BCMA_HOSTTYPE_SOC) in bcma_gpio_irq_domain_exit()
225 if (cc->core->bus->hosttype == BCMA_HOSTTYPE_SOC) in bcma_gpio_init()
Dbcma_private.h118 WARN_ON(pc->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pci_early_init()
123 WARN_ON(pc->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pci_init()
135 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()
Dhost_soc.c180 bus->hosttype = BCMA_HOSTTYPE_SOC; in bcma_host_soc_register()
222 bus->hosttype = BCMA_HOSTTYPE_SOC; in bcma_host_soc_probe()
Dmain.c225 switch (bus->hosttype) { in bcma_core_irq()
250 switch (bus->hosttype) { in bcma_prepare_core()
357 if (bus->hosttype == BCMA_HOSTTYPE_SOC) { in bcma_register_devices()
376 if (bus->hosttype == BCMA_HOSTTYPE_SOC) in bcma_unregister_cores()
Ddriver_pci.c264 if (bus->hosttype != BCMA_HOSTTYPE_PCI) in bcma_core_pci_power_save()
/linux-4.1.27/drivers/net/wireless/b43/
Dbus.h70 return (dev->bdev->bus->hosttype == BCMA_HOSTTYPE_PCI); in b43_bus_host_is_pci()
Dmain.c5336 dev->dev->bdev->bus->hosttype == BCMA_HOSTTYPE_PCI) in b43_supported_bands()
/linux-4.1.27/include/linux/bcma/
Dbcma.h320 enum bcma_hosttype hosttype; member
452 if (bus->hosttype == BCMA_HOSTTYPE_PCI) in bcma_host_pci_irq_ctl()
/linux-4.1.27/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.1.27/arch/mips/bcm47xx/
Dsprom.c704 switch (bus->hosttype) { in bcm47xx_get_sprom_bcma()
/linux-4.1.27/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.1.27/drivers/net/ethernet/broadcom/
Dbgmac.c1602 if (core->bus->hosttype == BCMA_HOSTTYPE_PCI) { in bgmac_probe()