Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h542 #define PCI_EXP_LNKCAP_ASPM_L0S 0x00000400 /* ASPM L0s Support */ macro
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm.c589 if (parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPM_L0S) in pcie_aspm_cap_init()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-rockchip.c2236 val &= ~(PCI_EXP_LNKCAP_ASPM_L1 | PCI_EXP_LNKCAP_ASPM_L0S); in rk_pcie_downstream_dev_to_d0()