Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/
Dpcie-rcar-host.c472 rcar_rmw32(pcie, REXPCAP(PCI_EXP_LNKCAP), PCI_EXP_LNKCAP_DLLLARC, in rcar_pcie_hw_init()
473 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.c876 val |= PCI_EXP_LNKCAP_DLLLARC; in advk_pci_bridge_emul_pcie_conf_read()
/linux-6.12.1/arch/sh/drivers/pci/
Dpcie-sh7786.c331 pci_write_reg(chan, PCI_EXP_LNKCAP_DLLLARC, SH4A_PCIEEXPCAP3); in pcie_init()
/linux-6.12.1/include/uapi/linux/
Dpci_regs.h550 #define PCI_EXP_LNKCAP_DLLLARC 0x00100000 /* Data Link Layer Link Active Reporting Capable */ macro
/linux-6.12.1/drivers/pci/
Dprobe.c1577 if (reg32 & PCI_EXP_LNKCAP_DLLLARC) in set_pcie_port_type()