Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
A Daspm.c49 struct pcie_link_state { struct
52 struct pcie_link_state *root; /* pointer to the root port link */ 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 */
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? */
65 u32 clkpm_enabled:1; /* Current Clock PM state */
67 u32 clkpm_disable:1; /* Clock PM disabled */
[all …]

Completed in 5 milliseconds