Searched refs:EBC_VOP_MCU_CTRL (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop_reg.c | 851 .mcu_pix_total = VOP_REG(EBC_VOP_MCU_CTRL, 0x3f, 0), 852 .mcu_cs_pst = VOP_REG(EBC_VOP_MCU_CTRL, 0xf, 6), 853 .mcu_cs_pend = VOP_REG(EBC_VOP_MCU_CTRL, 0x3f, 10), 854 .mcu_rw_pst = VOP_REG(EBC_VOP_MCU_CTRL, 0xf, 16), 855 .mcu_rw_pend = VOP_REG(EBC_VOP_MCU_CTRL, 0x3f, 20), 856 .mcu_hold_mode = VOP_REG(EBC_VOP_MCU_CTRL, 0x1, 27), 857 .mcu_frame_st = VOP_REG(EBC_VOP_MCU_CTRL, 0x1, 28), 858 .mcu_rs = VOP_REG(EBC_VOP_MCU_CTRL, 0x1, 29), 859 .mcu_bypass = VOP_REG(EBC_VOP_MCU_CTRL, 0x1, 30), 860 .mcu_type = VOP_REG(EBC_VOP_MCU_CTRL, 0x1, 31),
|
| H A D | rockchip_vop_reg.h | 992 #define EBC_VOP_MCU_CTRL 0x010c macro
|