Searched refs:glob_base (Results 1 – 1 of 1) sorted by relevance
158 void __iomem *glob_base; member680 writel(reg, xor_dev->glob_base + MV_XOR_V2_GLOB_BW_CTRL); in mv_xor_v2_descq_init()683 reg = readl(xor_dev->glob_base + MV_XOR_V2_GLOB_PAUSE); in mv_xor_v2_descq_init()685 writel(reg, xor_dev->glob_base + MV_XOR_V2_GLOB_PAUSE); in mv_xor_v2_descq_init()732 xor_dev->glob_base = devm_platform_ioremap_resource(pdev, 1); in mv_xor_v2_probe()733 if (IS_ERR(xor_dev->glob_base)) in mv_xor_v2_probe()734 return PTR_ERR(xor_dev->glob_base); in mv_xor_v2_probe()