Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCTL2_HASD (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h694 #define PCI_EXP_LNKCTL2_HASD 0x0020 /* HW Autonomous Speed Disable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h696 #define PCI_EXP_LNKCTL2_HASD 0x0020 /* HW Autonomous Speed Disable */ macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.c724 ctrl2 &= ~PCI_EXP_LNKCTL2_HASD; in dw_pcie_link_set_max_speed()