Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Daspm.c17 ((((reg) & PCI_EXP_LNKCAP_ASPMS) >> 10) & 0x2)
/linux-6.1.9/drivers/net/wwan/iosm/
Diosm_ipc_pcie.c191 support = u32_get_bits(cap, PCI_EXP_LNKCAP_ASPMS); in ipc_pcie_check_aspm_supported()
/linux-6.1.9/include/uapi/linux/
Dpci_regs.h542 #define PCI_EXP_LNKCAP_ASPMS 0x00000c00 /* ASPM Support */ macro
/linux-6.1.9/drivers/pci/controller/dwc/
Dpcie-qcom.c1159 val &= ~PCI_EXP_LNKCAP_ASPMS; in qcom_pcie_post_init_2_3_3()
1397 val &= ~PCI_EXP_LNKCAP_ASPMS; in qcom_pcie_post_init_2_9_0()
/linux-6.1.9/drivers/pci/pcie/
Daspm.c649 if (!(parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPMS)) in pcie_aspm_cap_init()