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

/linux-master/drivers/infiniband/hw/hfi1/
H A Daspm.c17 ((((reg) & PCI_EXP_LNKCAP_ASPMS) >> 10) & 0x2)
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c191 support = u32_get_bits(cap, PCI_EXP_LNKCAP_ASPMS);
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom.c849 val &= ~PCI_EXP_LNKCAP_ASPMS;
1194 val &= ~PCI_EXP_LNKCAP_ASPMS;
/linux-master/include/uapi/linux/
H A Dpci_regs.h543 #define PCI_EXP_LNKCAP_ASPMS 0x00000c00 /* ASPM Support */ macro
/linux-master/drivers/pci/pcie/
H A Daspm.c792 if (!(parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPMS))

Completed in 138 milliseconds