Home
last modified time | relevance | path

Searched refs:BCMA_CORE_PCIE2 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c676 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device()
689 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device()
693 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device()
716 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_attach()
788 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_send_mb_data()
1882 core = brcmf_chip_get_core(chip, BCMA_CORE_PCIE2); in brcmf_pcie_buscore_reset()
2188 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_setup()
2469 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_probe()
2663 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_pm_leave_D3()
/linux/drivers/bcma/
H A Dmain.c304 case BCMA_CORE_PCIE2: in bcma_register_devices()
460 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE2, 0); in bcma_bus_register()
H A Dhost_pci.c219 if (bcma_find_core(bus, BCMA_CORE_PCIE2)) in bcma_host_pci_probe()
H A Dscan.c99 { BCMA_CORE_PCIE2, "PCIe Gen2" },
/linux/include/linux/bcma/
H A Dbcma.h153 #define BCMA_CORE_PCIE2 0x83C /* PCI Express Gen2 */ macro