Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h64 #define PCI_EXP_LNKCAP_ASPMS_SHIFT ctz32(PCI_EXP_LNKCAP_ASPMS)
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Daspm.c17 ((((reg) & PCI_EXP_LNKCAP_ASPMS) >> 10) & 0x2)
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c191 support = u32_get_bits(cap, PCI_EXP_LNKCAP_ASPMS); in ipc_pcie_check_aspm_supported()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h542 #define PCI_EXP_LNKCAP_ASPMS 0x00000c00 /* ASPM Support */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h543 #define PCI_EXP_LNKCAP_ASPMS 0x00000c00 /* ASPM Support */ macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c824 val &= ~PCI_EXP_LNKCAP_ASPMS; in qcom_pcie_post_init_2_3_3()
1149 val &= ~PCI_EXP_LNKCAP_ASPMS; in qcom_pcie_post_init_2_9_0()
/openbmc/linux/drivers/pci/pcie/
H A Daspm.c604 if (!(parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPMS)) in pcie_aspm_cap_init()