Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c466 val &= ~PCI_EXP_LNKCAP_L0SEL; in qcom_pcie_perst_deassert()
467 val |= FIELD_PREP(PCI_EXP_LNKCAP_L0SEL, 0x6); in qcom_pcie_perst_deassert()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h545 #define PCI_EXP_LNKCAP_L0SEL 0x00007000 /* L0s Exit Latency */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h546 #define PCI_EXP_LNKCAP_L0SEL 0x00007000 /* L0s Exit Latency */ macro
/openbmc/linux/drivers/pci/pcie/
H A Daspm.c270 u32 encoding = (lnkcap & PCI_EXP_LNKCAP_L0SEL) >> 12; in calc_l0s_latency()