Home
last modified time | relevance | path

Searched refs:RK3188_INT_STATUS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c579 .line_flag_num[0] = VOP_REG(RK3188_INT_STATUS, 0xfff, 12),
580 .status = VOP_REG(RK3188_INT_STATUS, 0xf, 0),
581 .enable = VOP_REG(RK3188_INT_STATUS, 0xf, 4),
582 .clear = VOP_REG(RK3188_INT_STATUS, 0xf, 8),
H A Drockchip_vop_reg.h958 #define RK3188_INT_STATUS 0x10 macro