Searched refs:rk_dvbm_set_reg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/dvbm/ |
| H A D | rockchip_dvbm.c | 123 static void rk_dvbm_set_reg(struct dvbm_ctx *ctx, u32 offset, u32 val) in rk_dvbm_set_reg() function 263 rk_dvbm_set_reg(ctx, i * sizeof(u32) + DVBM_REG_OFFSET, data[i]); in rk_dvbm_setup_iobuf() 296 rk_dvbm_set_reg(ctx, DVBM_WDG_CFG0, val[DVBM_WDG_CFG0 >> 2]); in rk_dvbm_reg_init() 297 rk_dvbm_set_reg(ctx, DVBM_WDG_CFG1, val[DVBM_WDG_CFG1 >> 2]); in rk_dvbm_reg_init() 298 rk_dvbm_set_reg(ctx, DVBM_WDG_CFG2, val[DVBM_WDG_CFG2 >> 2]); in rk_dvbm_reg_init() 299 rk_dvbm_set_reg(ctx, DVBM_CFG, val[DVBM_CFG >> 2]); in rk_dvbm_reg_init() 300 rk_dvbm_set_reg(ctx, DVBM_INT_EN, val[DVBM_INT_EN >> 2]); in rk_dvbm_reg_init() 359 rk_dvbm_set_reg(ctx, DVBM_ISP_CNCT, 0x1); in rk_dvbm_link() 363 rk_dvbm_set_reg(ctx, DVBM_VEPU_CNCT, 0x1); in rk_dvbm_link() 394 rk_dvbm_set_reg(ctx, DVBM_ISP_CNCT, 0); in rk_dvbm_unlink() [all …]
|