Home
last modified time | relevance | path

Searched refs:PCI_EXP_DEVCAP_L1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h492 #define PCI_EXP_DEVCAP_L1 0x00000e00 /* L1 Acceptable Latency */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h493 #define PCI_EXP_DEVCAP_L1 0x00000e00 /* L1 Acceptable Latency */ macro
/openbmc/linux/drivers/pci/pcie/
H A Daspm.c378 encoding = (endpoint->devcap & PCI_EXP_DEVCAP_L1) >> 9; in pcie_aspm_check_latency()
/openbmc/linux/drivers/pci/
H A Dquirks.c6147 u32 l1_lat = FIELD_GET(PCI_EXP_DEVCAP_L1, dev->devcap); in aspm_l1_acceptable_latency()
6150 dev->devcap |= FIELD_PREP(PCI_EXP_DEVCAP_L1, 7); in aspm_l1_acceptable_latency()