Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c475 val &= ~PCI_EXP_LNKCAP_L0SEL; in qcom_pcie_perst_deassert()
476 val |= FIELD_PREP(PCI_EXP_LNKCAP_L0SEL, 0x6); in qcom_pcie_perst_deassert()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h548 #define PCI_EXP_LNKCAP_L0SEL 0x00007000 /* L0s Exit Latency */ macro
/linux-6.15/drivers/pci/pcie/
H A Daspm.c478 u32 encoding = FIELD_GET(PCI_EXP_LNKCAP_L0SEL, lnkcap); in calc_l0s_latency()