Searched refs:blkeol_pck (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c672 int blkeol_pck, blkeol_duration; local
681 blkeol_pck = bpl - (mode->htotal * cpp) - 6;
682 if (blkeol_pck < 0) {
691 "blkeol_pck becomes %d bytes\n", blkeol_pck);
694 dev_dbg(d->dev, "BLKEOL packet: %d bytes\n", blkeol_pck);
698 val |= blkeol_pck << DSI_VID_BLKSIZE1_BLKEOL_PCK_SHIFT;
701 val = blkeol_pck <<
721 blkeol_duration = DIV_ROUND_CLOSEST(blkeol_pck + 6,
735 val |= (blkeol_pck
[all...]

Completed in 184 milliseconds