Searched refs:high_mpp_base (Results 1 – 1 of 1) sorted by relevance
28 static void __iomem *high_mpp_base; variable40 *config = (readl(high_mpp_base) >> shift) & MVEBU_MPP_MASK; in orion_mpp_ctrl_get()57 u32 reg = readl(high_mpp_base) & ~(MVEBU_MPP_MASK << shift); in orion_mpp_ctrl_set()58 writel(reg | (config << shift), high_mpp_base); in orion_mpp_ctrl_set()227 high_mpp_base = devm_platform_ioremap_resource(pdev, 1); in orion_pinctrl_probe()228 if (IS_ERR(high_mpp_base)) in orion_pinctrl_probe()229 return PTR_ERR(high_mpp_base); in orion_pinctrl_probe()