Home
last modified time | relevance | path

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

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