Searched defs:VOP_REG (Results 1 – 5 of 5) sorted by relevance
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| D | rockchip_vop2_reg.c | 25 #define VOP_REG(off, _mask, _shift) D_VOP_REG(off, _mask, _shift, false) macro
|
| D | rockchip_vop_reg.c | 24 #define VOP_REG(off, _mask, s) VOP_REG_VER_MASK(off, _mask, s, false, 0, 0, -1) macro
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
| D | rockchip_vop2_reg.c | 27 #define VOP_REG(off, _mask, _shift) \ macro
|
| /device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
| D | rockchip_vop2_reg.c | 27 #define VOP_REG(off, _mask, _shift) \ macro
|
| /device/soc/rockchip/rk2206/hardware/lib/CMSIS/Device/RK2206/Include/ |
| D | rk2206.h | 397 struct VOP_REG { struct 398 __IO uint32_t CON; /* Address Offset: 0x0000 */ 399 __I uint32_t VERSION; /* Address Offset: 0x0004 */ 400 __IO uint32_t TIMING; /* Address Offset: 0x0008 */ 401 __IO uint32_t LCD_SIZE; /* Address Offset: 0x000C */ 402 __IO uint32_t FIFO_WATERMARK; /* Address Offset: 0x0010 */ 403 __O uint32_t SRT; /* Address Offset: 0x0014 */ 404 __IO uint32_t INT_EN; /* Address Offset: 0x0018 */ 405 __IO uint32_t INT_CLEAR; /* Address Offset: 0x001C */ 406 __IO uint32_t INT_STATUS; /* Address Offset: 0x0020 */ [all …]
|