Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c544 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device()
557 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device()
561 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device()
584 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_attach()
656 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_send_mb_data()
1777 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_setup()
2033 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_pm_leave_D3()
/OK3568_Linux_fs/kernel/drivers/bcma/
H A Dmain.c303 case BCMA_CORE_PCIE2: in bcma_register_devices()
457 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE2, 0); in bcma_bus_register()
H A Dhost_pci.c223 if (bcma_find_core(bus, BCMA_CORE_PCIE2)) in bcma_host_pci_probe()
H A Dscan.c99 { BCMA_CORE_PCIE2, "PCIe Gen2" },
/OK3568_Linux_fs/kernel/include/linux/bcma/
H A Dbcma.h153 #define BCMA_CORE_PCIE2 0x83C /* PCI Express Gen2 */ macro