Home
last modified time | relevance | path

Searched refs:base_cfg (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/imx/dc/
H A Ddc-cf.c90 void __iomem *base_cfg; in dc_cf_bind() local
100 base_cfg = devm_platform_ioremap_resource_byname(pdev, "cfg"); in dc_cf_bind()
101 if (IS_ERR(base_cfg)) in dc_cf_bind()
102 return PTR_ERR(base_cfg); in dc_cf_bind()
104 cf->reg_cfg = devm_regmap_init_mmio(dev, base_cfg, in dc_cf_bind()
H A Ddc-fl.c101 void __iomem *base_cfg; in dc_fl_bind() local
114 base_cfg = devm_platform_ioremap_resource_byname(pdev, "cfg"); in dc_fl_bind()
115 if (IS_ERR(base_cfg)) in dc_fl_bind()
116 return PTR_ERR(base_cfg); in dc_fl_bind()
118 fu->reg_cfg = devm_regmap_init_mmio(dev, base_cfg, in dc_fl_bind()
H A Ddc-fw.c131 void __iomem *base_cfg; in dc_fw_bind() local
146 base_cfg = devm_platform_ioremap_resource_byname(pdev, "cfg"); in dc_fw_bind()
147 if (IS_ERR(base_cfg)) in dc_fw_bind()
148 return PTR_ERR(base_cfg); in dc_fw_bind()
155 fu->reg_cfg = devm_regmap_init_mmio(dev, base_cfg, in dc_fw_bind()
H A Ddc-ed.c197 void __iomem *base_cfg; in dc_ed_bind() local
209 base_cfg = devm_platform_ioremap_resource_byname(pdev, "cfg"); in dc_ed_bind()
210 if (IS_ERR(base_cfg)) in dc_ed_bind()
211 return PTR_ERR(base_cfg); in dc_ed_bind()
218 ed->reg_cfg = devm_regmap_init_mmio(dev, base_cfg, in dc_ed_bind()
H A Ddc-lb.c251 void __iomem *base_cfg; in dc_lb_bind() local
262 base_cfg = devm_platform_ioremap_resource_byname(pdev, "cfg"); in dc_lb_bind()
263 if (IS_ERR(base_cfg)) in dc_lb_bind()
264 return PTR_ERR(base_cfg); in dc_lb_bind()
271 lb->reg_cfg = devm_regmap_init_mmio(dev, base_cfg, in dc_lb_bind()
/linux/drivers/accel/ivpu/
H A Divpu_mmu.h20 u32 base_cfg; member
H A Divpu_mmu.c360 strtab->base_cfg = IVPU_MMU_STRTAB_CFG; in ivpu_mmu_strtab_alloc()
593 REGV_WR32(IVPU_MMU_REG_STRTAB_BASE_CFG, mmu->strtab.base_cfg); in ivpu_mmu_reset()
/linux/arch/sparc/kernel/
H A Dviohs.c735 struct ldc_channel_config *base_cfg, in vio_ldc_alloc() argument
738 struct ldc_channel_config cfg = *base_cfg; in vio_ldc_alloc()
/linux/arch/sparc/include/asm/
H A Dvio.h497 struct ldc_channel_config *base_cfg, void *event_arg);