Searched refs:PCIE_LINK_STATE_L1_1 (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/pci/pcie/
H A Daspm.c203 #define PCIE_LINK_STATE_L1SS (PCIE_LINK_STATE_L1_1 |\
743 link->aspm_support |= PCIE_LINK_STATE_L1_1;
759 link->aspm_enabled |= PCIE_LINK_STATE_L1_1;
878 if (enable_req & (PCIE_LINK_STATE_L1_1 | PCIE_LINK_STATE_L1_2)) {
886 if (state & PCIE_LINK_STATE_L1_1)
1655 PCIE_LINK_STATE_L1_1,
/linux-master/include/linux/
H A Dpci.h1798 #define PCIE_LINK_STATE_L1_1 BIT(3) /* ASPM L1.1 state */ macro
1804 PCIE_LINK_STATE_L1_1 |\

Completed in 304 milliseconds