Searched refs:sspl (Results 1 – 1 of 1) sorted by relevance
251 u32 ctrl, lnkcap, cmd, dev_rev, unmask, sspl; in mvebu_pcie_setup_hw() local309 sspl = mvebu_readl(port, PCIE_SSPL_OFF); in mvebu_pcie_setup_hw()310 sspl &= ~(PCIE_SSPL_VALUE_MASK | PCIE_SSPL_SCALE_MASK | PCIE_SSPL_ENABLE); in mvebu_pcie_setup_hw()312 sspl |= port->slot_power_limit_value << PCIE_SSPL_VALUE_SHIFT; in mvebu_pcie_setup_hw()313 sspl |= port->slot_power_limit_scale << PCIE_SSPL_SCALE_SHIFT; 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() local824 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()[all …]