Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCAP_DLLLARC (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/arch/sh/drivers/pci/
Dpcie-sh7786.c332 pci_write_reg(chan, PCI_EXP_LNKCAP_DLLLARC, SH4A_PCIEEXPCAP3); in pcie_init()
/linux-5.19.10/drivers/pci/controller/
Dpcie-rcar-host.c482 rcar_rmw32(pcie, REXPCAP(PCI_EXP_LNKCAP), PCI_EXP_LNKCAP_DLLLARC, in rcar_pcie_hw_init()
483 PCI_EXP_LNKCAP_DLLLARC); in rcar_pcie_hw_init()
Dpci-mvebu.c644 ~PCI_EXP_LNKCAP_CLKPM) | PCI_EXP_LNKCAP_DLLLARC; in mvebu_pci_bridge_emul_pcie_conf_read()
Dpci-aardvark.c875 val |= PCI_EXP_LNKCAP_DLLLARC; in advk_pci_bridge_emul_pcie_conf_read()
/linux-5.19.10/arch/powerpc/kernel/
Deeh_pe.c675 if (!(val & PCI_EXP_LNKCAP_DLLLARC)) { in eeh_bridge_check_link()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfw_reset.c340 if (!(reg32 & PCI_EXP_LNKCAP_DLLLARC)) { in mlx5_pci_link_toggle()
/linux-5.19.10/include/uapi/linux/
Dpci_regs.h549 #define PCI_EXP_LNKCAP_DLLLARC 0x00100000 /* Data Link Layer Link Active Reporting Capable */ macro
/linux-5.19.10/drivers/pci/hotplug/
Dpciehp_hpc.c1052 FLAG(link_cap, PCI_EXP_LNKCAP_DLLLARC), in pcie_init()
/linux-5.19.10/drivers/pci/
Dprobe.c822 bridge->link_active_reporting = !!(linkcap & PCI_EXP_LNKCAP_DLLLARC); in pci_set_bus_speed()