Symbol: dsi_reg_wr
drivers/gpu/drm/sprd/sprd_dsi.c
174
dsi_reg_wr(ctx, PHY_TST_CTRL1, PHY_TESTDIN, 0, reg);
drivers/gpu/drm/sprd/sprd_dsi.c
178
dsi_reg_wr(ctx, PHY_TST_CTRL1, PHY_TESTDIN, 0, val);
drivers/gpu/drm/sprd/sprd_dsi.c
195
dsi_reg_wr(ctx, PHY_TST_CTRL1, PHY_TESTDIN, 0, reg);
drivers/gpu/drm/sprd/sprd_dsi.c
419
dsi_reg_wr(ctx, PHY_DATALANE_TIME_CONFIG,
drivers/gpu/drm/sprd/sprd_dsi.c
421
dsi_reg_wr(ctx, PHY_DATALANE_TIME_CONFIG,
drivers/gpu/drm/sprd/sprd_dsi.c
423
dsi_reg_wr(ctx, PHY_CLKLANE_TIME_CONFIG,
drivers/gpu/drm/sprd/sprd_dsi.c
425
dsi_reg_wr(ctx, PHY_CLKLANE_TIME_CONFIG,
drivers/gpu/drm/sprd/sprd_dsi.c
478
dsi_reg_wr(ctx, VID_MODE_CFG, FRAME_BTA_ACK_EN, 15, ctx->frame_ack_en);
drivers/gpu/drm/sprd/sprd_dsi.c
479
dsi_reg_wr(ctx, DPI_VIDEO_FORMAT, DPI_VIDEO_MODE_FORMAT, 0, coding);
drivers/gpu/drm/sprd/sprd_dsi.c
480
dsi_reg_wr(ctx, VID_MODE_CFG, VID_MODE_TYPE, 0, ctx->burst_mode);
drivers/gpu/drm/sprd/sprd_dsi.c
482
dsi_reg_wr(ctx, VIDEO_SIG_DELAY_CONFIG, VIDEO_SIG_DELAY, 0, byte_cycle);
drivers/gpu/drm/sprd/sprd_dsi.c
486
dsi_reg_wr(ctx, VIDEO_LINE_HBLK_TIME, VIDEO_LINE_HSA_TIME, 16, byte_cycle);
drivers/gpu/drm/sprd/sprd_dsi.c
488
dsi_reg_wr(ctx, VIDEO_LINE_HBLK_TIME, VIDEO_LINE_HBP_TIME, 0, byte_cycle);
drivers/gpu/drm/sprd/sprd_dsi.c
490
dsi_reg_wr(ctx, VIDEO_VBLK_LINES, VFP_LINES, 0, vm->vfront_porch);
drivers/gpu/drm/sprd/sprd_dsi.c
491
dsi_reg_wr(ctx, VIDEO_VBLK_LINES, VBP_LINES, 10, vm->vback_porch);
drivers/gpu/drm/sprd/sprd_dsi.c
492
dsi_reg_wr(ctx, VIDEO_VBLK_LINES, VSA_LINES, 20, vm->vsync_len);
drivers/gpu/drm/sprd/sprd_dsi.c
508
dsi_reg_wr(ctx, VIDEO_PKT_CONFIG, VIDEO_PKT_SIZE, 0, video_size);
drivers/gpu/drm/sprd/sprd_dsi.c
569
dsi_reg_wr(ctx, VIDEO_PKT_CONFIG, VIDEO_PKT_SIZE, 0, video_size);
drivers/gpu/drm/sprd/sprd_dsi.c
571
dsi_reg_wr(ctx, VIDEO_PKT_CONFIG, VIDEO_LINE_CHUNK_NUM, 16, chunks);
drivers/gpu/drm/sprd/sprd_dsi.c
596
dsi_reg_wr(ctx, DPI_VIDEO_FORMAT, DPI_VIDEO_MODE_FORMAT, 0, coding);
drivers/gpu/drm/sprd/sprd_dsi.c
597
dsi_reg_wr(ctx, CMD_MODE_CFG, TEAR_FX_EN, 0, ctx->te_ack_en);