Searched refs:_VOP_REG (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/rockchip/ |
D | rockchip_vop_reg.c | 20 #define _VOP_REG(off, _mask, _shift, _write_mask, _relaxed) \ macro 30 _VOP_REG(off, _mask, _shift, false, true) 33 _VOP_REG(off, _mask, _shift, false, false) 36 _VOP_REG(off, _mask, _shift, true, false)
|