Searched refs:block_base (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/pci/host/
H A Dpci-exynos.c34 void __iomem *block_base; member in struct:exynos_pcie
127 writel(val, pcie->block_base + reg); exynos_blk_writel()
132 return readl(pcie->block_base + reg); exynos_blk_readl()
557 struct resource *block_base; exynos_pcie_probe() local
604 block_base = platform_get_resource(pdev, IORESOURCE_MEM, 2); exynos_pcie_probe()
605 exynos_pcie->block_base = devm_ioremap_resource(&pdev->dev, block_base); exynos_pcie_probe()
606 if (IS_ERR(exynos_pcie->block_base)) { exynos_pcie_probe()
607 ret = PTR_ERR(exynos_pcie->block_base); exynos_pcie_probe()
/linux-4.1.27/drivers/base/regmap/
H A Dregcache.c602 unsigned int block_base, regcache_sync_block_single()
609 regtmp = block_base + (i * map->reg_stride); regcache_sync_block_single()
669 unsigned int block_base, unsigned int start, regcache_sync_block_raw()
679 regtmp = block_base + (i * map->reg_stride); regcache_sync_block_raw()
714 unsigned int block_base, unsigned int start, regcache_sync_block()
719 block_base, start, end); regcache_sync_block()
722 block_base, start, end); regcache_sync_block()
600 regcache_sync_block_single(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) regcache_sync_block_single() argument
667 regcache_sync_block_raw(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) regcache_sync_block_raw() argument
712 regcache_sync_block(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) regcache_sync_block() argument
H A Dinternal.h217 unsigned int block_base, unsigned int start, regmap_debugfs_exit()

Completed in 95 milliseconds