Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dpcie.c578 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device()
591 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device()
595 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device()
618 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_attach()
1733 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_setup()
1980 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_pm_leave_D3()
/Linux-v4.19/drivers/bcma/
Dmain.c325 case BCMA_CORE_PCIE2: in bcma_register_devices()
482 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE2, 0); in bcma_bus_register()
Dhost_pci.c221 if (bcma_find_core(bus, BCMA_CORE_PCIE2)) in bcma_host_pci_probe()
Dscan.c99 { BCMA_CORE_PCIE2, "PCIe Gen2" },
/Linux-v4.19/include/linux/bcma/
Dbcma.h153 #define BCMA_CORE_PCIE2 0x83C /* PCI Express Gen2 */ macro