Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCAP_ASPMS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Daspm.c17 ((((reg) & PCI_EXP_LNKCAP_ASPMS) >> 10) & 0x2)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h528 #define PCI_EXP_LNKCAP_ASPMS 0x00000c00 /* ASPM Support */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h528 #define PCI_EXP_LNKCAP_ASPMS 0x00000c00 /* ASPM Support */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h541 #define PCI_EXP_LNKCAP_ASPMS 0x00000c00 /* ASPM Support */ macro
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm.c565 if (!(parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPMS)) in pcie_aspm_cap_init()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-qcom.c1101 val &= ~PCI_EXP_LNKCAP_ASPMS; in qcom_pcie_init_2_3_3()