Searched refs:BCMA_CORE_PCIE2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | pcie.c | 652 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device() 665 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device() 669 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_reset_device() 692 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_attach() 764 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_send_mb_data() 1812 core = brcmf_chip_get_core(chip, BCMA_CORE_PCIE2); in brcmf_pcie_buscore_reset() 2099 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_setup() 2231 core = brcmf_chip_get_core(devinfo->ci, BCMA_CORE_PCIE2); in brcmf_pcie_probe() 2412 brcmf_pcie_select_core(devinfo, BCMA_CORE_PCIE2); in brcmf_pcie_pm_leave_D3()
|
/linux-6.1.9/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 | 219 if (bcma_find_core(bus, BCMA_CORE_PCIE2)) in bcma_host_pci_probe()
|
D | scan.c | 99 { BCMA_CORE_PCIE2, "PCIe Gen2" },
|
/linux-6.1.9/include/linux/bcma/ |
D | bcma.h | 153 #define BCMA_CORE_PCIE2 0x83C /* PCI Express Gen2 */ macro
|