Searched refs:sspl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-mvebu.c | 251 u32 ctrl, lnkcap, cmd, dev_rev, unmask, sspl; in mvebu_pcie_setup_hw() local 309 sspl = mvebu_readl(port, PCIE_SSPL_OFF); in mvebu_pcie_setup_hw() 314 sspl |= PCIE_SSPL_ENABLE; in mvebu_pcie_setup_hw() 316 mvebu_writel(port, sspl, PCIE_SSPL_OFF); in mvebu_pcie_setup_hw() 822 u32 sspl = mvebu_readl(port, PCIE_SSPL_OFF); in mvebu_pci_bridge_emul_pcie_conf_write() local 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() 827 mvebu_writel(port, sspl, PCIE_SSPL_OFF); in mvebu_pci_bridge_emul_pcie_conf_write() 1655 u32 cmd, sspl; in mvebu_pcie_remove() local 1693 sspl = mvebu_readl(port, PCIE_SSPL_OFF); in mvebu_pcie_remove() [all …]
|