Searched refs:BCMA_CORE_PCIE2 (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | pcie.c | 584 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device() 597 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device() 601 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device() 624 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_attach() 696 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_send_mb_data() 1802 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_setup() 2061 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_pm_leave_D3()
|
/kernel/linux/linux-5.10/drivers/bcma/ |
D | main.c | 303 case BCMA_CORE_PCIE2: in bcma_register_devices() 457 core = bcma_find_core_unit(bus, BCMA_CORE_PCIE2, 0); in bcma_bus_register()
|
D | host_pci.c | 223 if (bcma_find_core(bus, BCMA_CORE_PCIE2)) in bcma_host_pci_probe()
|
D | scan.c | 99 { BCMA_CORE_PCIE2, "PCIe Gen2" },
|
/kernel/linux/linux-5.10/include/linux/bcma/ |
D | bcma.h | 153 #define BCMA_CORE_PCIE2 0x83C /* PCI Express Gen2 */ macro
|