Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-qcom-ep.c377 val &= ~PCI_EXP_LNKCAP_L0SEL; in qcom_pcie_perst_deassert()
378 val |= FIELD_PREP(PCI_EXP_LNKCAP_L0SEL, 0x6); in qcom_pcie_perst_deassert()
/linux-6.1.9/include/uapi/linux/
Dpci_regs.h545 #define PCI_EXP_LNKCAP_L0SEL 0x00007000 /* L0s Exit Latency */ macro
/linux-6.1.9/drivers/pci/pcie/
Daspm.c306 u32 encoding = (lnkcap & PCI_EXP_LNKCAP_L0SEL) >> 12; in calc_l0s_latency()