Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/controller/
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()
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h619 #define PCI_EXP_SLTCTL_ASPL_DISABLE 0x2000 /* Auto Slot Power Limit Disable */ macro