Searched refs:_VOP_REG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A 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)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A 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)
|
Completed in 3 milliseconds