Searched refs:PCIE_SSPL_OFF (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-mvebu.c | 71 #define PCIE_SSPL_OFF 0x1a0c macro 309 sspl = mvebu_readl(port, PCIE_SSPL_OFF); in mvebu_pcie_setup_hw() 316 mvebu_writel(port, sspl, PCIE_SSPL_OFF); 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() 822 u32 sspl = mvebu_readl(port, PCIE_SSPL_OFF); in mvebu_pci_bridge_emul_pcie_conf_write() 827 mvebu_writel(port, sspl, PCIE_SSPL_OFF); in mvebu_pci_bridge_emul_pcie_conf_write() 1693 sspl = mvebu_readl(port, PCIE_SSPL_OFF); in mvebu_pcie_remove() 1695 mvebu_writel(port, sspl, PCIE_SSPL_OFF); in mvebu_pcie_remove()
|