Home
last modified time | relevance | path

Searched defs:pcie_link_state (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/pcie/
Daspm.c49 struct pcie_link_state { struct
52 struct pcie_link_state *root; /* pointer to the root port link */ argument
53 struct pcie_link_state *parent; /* pointer to the parent Link state */ argument
54 struct list_head sibling; /* node in link_list */
57 u32 aspm_support:7; /* Supported ASPM state */
58 u32 aspm_enabled:7; /* Enabled ASPM state */
59 u32 aspm_capable:7; /* Capable ASPM state with latency */
60 u32 aspm_default:7; /* Default ASPM state by BIOS */
61 u32 aspm_disable:7; /* Disabled ASPM state */
64 u32 clkpm_capable:1; /* Clock PM capable? */
[all …]
/kernel/linux/linux-6.6/drivers/pci/pcie/
Daspm.c45 struct pcie_link_state { struct
48 struct pcie_link_state *root; /* pointer to the root port link */ argument
49 struct pcie_link_state *parent; /* pointer to the parent Link state */ argument
50 struct list_head sibling; /* node in link_list */
53 u32 aspm_support:7; /* Supported ASPM state */
54 u32 aspm_enabled:7; /* Enabled ASPM state */
55 u32 aspm_capable:7; /* Capable ASPM state with latency */
56 u32 aspm_default:7; /* Default ASPM state by BIOS */
57 u32 aspm_disable:7; /* Disabled ASPM state */
60 u32 clkpm_capable:1; /* Clock PM capable? */
[all …]