blk_base          343 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	u32 __iomem *blk_base;
blk_base          405 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 		blk_base = mdev->reg_base + (offset >> 2);
blk_base          407 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 		d71_read_block_header(blk_base, &blk);
blk_base          409 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 			err = d71_probe_block(d71, &blk, blk_base);
blk_base           70 drivers/phy/samsung/phy-exynos-pcie.c 	void __iomem *blk_base; /* For exynos5440 */
blk_base          124 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_pcie_phy_writel(ep->blk_base, 1, PCIE_PHY_COMMON_RESET);
blk_base          126 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_COMMON_RESET);
blk_base          136 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_COMMON_RESET);
blk_base          137 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_CMN_REG);
blk_base          138 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_TRSVREG_RESET);
blk_base          139 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_TRSV_RESET);
blk_base          202 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_MAC_RESET);
blk_base          203 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_pcie_phy_writel(ep->blk_base, 1, PCIE_PHY_GLOBAL_RESET);
blk_base          204 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_pcie_phy_writel(ep->blk_base, 0, PCIE_PHY_GLOBAL_RESET);
blk_base          252 drivers/phy/samsung/phy-exynos-pcie.c 	exynos_phy->blk_base = devm_ioremap_resource(dev, res);
blk_base          253 drivers/phy/samsung/phy-exynos-pcie.c 	if (IS_ERR(exynos_phy->blk_base))
blk_base          254 drivers/phy/samsung/phy-exynos-pcie.c 		return PTR_ERR(exynos_phy->blk_base);