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
309 sspl &= ~(PCIE_SSPL_VALUE_MASK | PCIE_SSPL_SCALE_MASK | PCIE_SSPL_ENABLE); in mvebu_pcie_setup_hw()
313 sspl |= PCIE_SSPL_ENABLE; in mvebu_pcie_setup_hw()
664 else if (!(mvebu_readl(port, PCIE_SSPL_OFF) & PCIE_SSPL_ENABLE)) in mvebu_pci_bridge_emul_pcie_conf_read()
823 sspl &= ~PCIE_SSPL_ENABLE; in mvebu_pci_bridge_emul_pcie_conf_write()
825 sspl |= PCIE_SSPL_ENABLE; in mvebu_pci_bridge_emul_pcie_conf_write()
1670 sspl &= ~(PCIE_SSPL_VALUE_MASK | PCIE_SSPL_SCALE_MASK | PCIE_SSPL_ENABLE); in mvebu_pcie_remove()