Lines Matching refs:wrot
336 const struct mdp_wrot_data *wrot = &ctx->param->wrot; in config_wrot_frame() local
342 MM_REG_WRITE(cmd, subsys_id, base, VIDO_BASE_ADDR, wrot->iova[0], in config_wrot_frame()
344 MM_REG_WRITE(cmd, subsys_id, base, VIDO_BASE_ADDR_C, wrot->iova[1], in config_wrot_frame()
346 MM_REG_WRITE(cmd, subsys_id, base, VIDO_BASE_ADDR_V, wrot->iova[2], in config_wrot_frame()
349 MM_REG_WRITE(cmd, subsys_id, base, VIDO_CTRL, wrot->control, in config_wrot_frame()
352 MM_REG_WRITE(cmd, subsys_id, base, VIDO_STRIDE, wrot->stride[0], in config_wrot_frame()
355 MM_REG_WRITE(cmd, subsys_id, base, VIDO_STRIDE_C, wrot->stride[1], in config_wrot_frame()
357 MM_REG_WRITE(cmd, subsys_id, base, VIDO_STRIDE_V, wrot->stride[2], in config_wrot_frame()
360 MM_REG_WRITE(cmd, subsys_id, base, VIDO_MAT_CTRL, wrot->mat_ctrl, 0xF3); in config_wrot_frame()
368 if (wrot->fifo_test != 0) in config_wrot_frame()
370 wrot->fifo_test, 0xFFF); in config_wrot_frame()
374 wrot->filter, 0x77); in config_wrot_frame()
382 const struct mdp_wrot_subfrm *subfrm = &ctx->param->wrot.subfrms[index]; in config_wrot_subfrm()