Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c664 val |= slotctl & PCI_EXP_SLTCTL_ASPL_DISABLE; in mvebu_pci_bridge_emul_pcie_conf_read()
666 val |= PCI_EXP_SLTCTL_ASPL_DISABLE; in mvebu_pci_bridge_emul_pcie_conf_read()
820 if ((mask & PCI_EXP_SLTCTL_ASPL_DISABLE) && in mvebu_pci_bridge_emul_pcie_conf_write()
823 if (new & PCI_EXP_SLTCTL_ASPL_DISABLE) in mvebu_pci_bridge_emul_pcie_conf_write()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h619 #define PCI_EXP_SLTCTL_ASPL_DISABLE 0x2000 /* Auto Slot Power Limit Disable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h620 #define PCI_EXP_SLTCTL_ASPL_DISABLE 0x2000 /* Auto Slot Power Limit Disable */ macro