Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h491 #define PCI_EXP_DEVCAP_L0S 0x000001c0 /* L0s Acceptable Latency */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h492 #define PCI_EXP_DEVCAP_L0S 0x000001c0 /* L0s Acceptable Latency */ macro
/openbmc/linux/drivers/pci/pcie/
H A Daspm.c374 encoding = (endpoint->devcap & PCI_EXP_DEVCAP_L0S) >> 6; in pcie_aspm_check_latency()