addr_regs          27 drivers/gpu/drm/tegra/gr2d.c 	DECLARE_BITMAP(addr_regs, GR2D_NUM_REGS);
addr_regs         135 drivers/gpu/drm/tegra/gr2d.c 		if (test_bit(offset, gr2d->addr_regs))
addr_regs         239 drivers/gpu/drm/tegra/gr2d.c 		set_bit(gr2d_addr_regs[i], gr2d->addr_regs);
addr_regs          36 drivers/gpu/drm/tegra/gr3d.c 	DECLARE_BITMAP(addr_regs, GR3D_NUM_REGS);
addr_regs         142 drivers/gpu/drm/tegra/gr3d.c 		if (test_bit(offset, gr3d->addr_regs))
addr_regs         366 drivers/gpu/drm/tegra/gr3d.c 		set_bit(gr3d_addr_regs[i], gr3d->addr_regs);