Home
last modified time | relevance | path

Searched refs:PCI_EXT_CAP_ID_L1SS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dpci_regs.h715 #define PCI_EXT_CAP_ID_L1SS 0x1E /* L1 PM Substates */ macro
/Linux-v5.4/drivers/pci/pcie/
Daspm.c406 info->l1ss_cap_ptr = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_L1SS); in pcie_get_aspm_reg()
/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-tegra194.c531 val = dw_pcie_find_ext_capability(pci, PCI_EXT_CAP_ID_L1SS); in init_host_aspm()