Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpci-mvebu.c76 #define PCIE_SSPL_ENABLE BIT(16) macro
310 sspl &= ~(PCIE_SSPL_VALUE_MASK | PCIE_SSPL_SCALE_MASK | PCIE_SSPL_ENABLE); in mvebu_pcie_setup_hw()
314 sspl |= PCIE_SSPL_ENABLE; in mvebu_pcie_setup_hw()
665 else if (!(mvebu_readl(port, PCIE_SSPL_OFF) & PCIE_SSPL_ENABLE)) in mvebu_pci_bridge_emul_pcie_conf_read()
824 sspl &= ~PCIE_SSPL_ENABLE; in mvebu_pci_bridge_emul_pcie_conf_write()
826 sspl |= PCIE_SSPL_ENABLE; in mvebu_pci_bridge_emul_pcie_conf_write()
1671 sspl &= ~(PCIE_SSPL_VALUE_MASK | PCIE_SSPL_SCALE_MASK | PCIE_SSPL_ENABLE); in mvebu_pcie_remove()