Searched refs:_VOP_REG (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/rockchip/ |
D | rockchip_vop_reg.c | 21 #define _VOP_REG(off, _mask, _shift, _write_mask, _relaxed) \ macro 31 _VOP_REG(off, _mask, _shift, false, true) 34 _VOP_REG(off, _mask, _shift, false, false) 37 _VOP_REG(off, _mask, _shift, true, false)
|