Searched refs:map_regs (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/v3d/ |
| H A D | v3d_drv.c | 266 map_regs(struct v3d_dev *v3d, void __iomem **regs, const char *name) in map_regs() function 290 ret = map_regs(v3d, &v3d->hub_regs, "hub"); in v3d_platform_drm_probe() 294 ret = map_regs(v3d, &v3d->core_regs[0], "core0"); in v3d_platform_drm_probe() 335 ret = map_regs(v3d, &v3d->bridge_regs, "bridge"); in v3d_platform_drm_probe() 344 ret = map_regs(v3d, &v3d->gca_regs, "gca"); in v3d_platform_drm_probe()
|
| /linux-6.15/drivers/media/pci/mgb4/ |
| H A D | mgb4_core.c | 422 static int map_regs(struct pci_dev *pdev, struct resource *res, in map_regs() function 557 rv = map_regs(pdev, &video, &mgbdev->video); in mgb4_probe() 561 rv = map_regs(pdev, &cmt, &mgbdev->cmt); in mgb4_probe()
|