Searched refs:PCI_EXP_SLTCTL_ASPL_DISABLE (Results 1 – 2 of 2) sorted by relevance
665 val |= slotctl & PCI_EXP_SLTCTL_ASPL_DISABLE; in mvebu_pci_bridge_emul_pcie_conf_read()667 val |= PCI_EXP_SLTCTL_ASPL_DISABLE; in mvebu_pci_bridge_emul_pcie_conf_read()821 if ((mask & PCI_EXP_SLTCTL_ASPL_DISABLE) && in mvebu_pci_bridge_emul_pcie_conf_write()824 if (new & PCI_EXP_SLTCTL_ASPL_DISABLE) in mvebu_pci_bridge_emul_pcie_conf_write()
619 #define PCI_EXP_SLTCTL_ASPL_DISABLE 0x2000 /* Auto Slot Power Limit Disable */ macro
Completed in 12 milliseconds