Searched refs:PCI_EXP_LNKCAP_L1EL (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c454 val &= ~PCI_EXP_LNKCAP_L1EL;
455 val |= FIELD_PREP(PCI_EXP_LNKCAP_L1EL, 0x6);
/linux-master/include/uapi/linux/
H A Dpci_regs.h547 #define PCI_EXP_LNKCAP_L1EL 0x00038000 /* L1 Exit Latency */ macro
/linux-master/drivers/pci/pcie/
H A Daspm.c477 u32 encoding = FIELD_GET(PCI_EXP_LNKCAP_L1EL, lnkcap);

Completed in 187 milliseconds