Home
last modified time | relevance | path

Searched refs:map_regs (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/v3d/
Dv3d_drv.c257 map_regs(struct v3d_dev *v3d, void __iomem **regs, const char *name) in map_regs() function
281 ret = map_regs(v3d, &v3d->hub_regs, "hub"); in v3d_platform_drm_probe()
285 ret = map_regs(v3d, &v3d->core_regs[0], "core0"); in v3d_platform_drm_probe()
316 ret = map_regs(v3d, &v3d->bridge_regs, "bridge"); in v3d_platform_drm_probe()
325 ret = map_regs(v3d, &v3d->gca_regs, "gca"); in v3d_platform_drm_probe()
/linux-6.12.1/drivers/media/pci/mgb4/
Dmgb4_core.c419 static int map_regs(struct pci_dev *pdev, struct resource *res, in map_regs() function
554 rv = map_regs(pdev, &video, &mgbdev->video); in mgb4_probe()
558 rv = map_regs(pdev, &cmt, &mgbdev->cmt); in mgb4_probe()