Lines Matching refs:xres
148 linelength = mode->xres * 3; in sh_mipi_setup()
154 linelength = mode->xres * 2; in sh_mipi_setup()
160 linelength = mode->xres * 3; in sh_mipi_setup()
166 linelength = (mode->xres * 18 + 7) / 8; in sh_mipi_setup()
172 linelength = mode->xres * 3; in sh_mipi_setup()
178 linelength = mode->xres * 2; in sh_mipi_setup()
184 linelength = mode->xres * 3; in sh_mipi_setup()
190 linelength = (mode->xres * 18 + 7) / 8; in sh_mipi_setup()
196 linelength = mode->xres * 2; in sh_mipi_setup()
202 linelength = mode->xres * 2; in sh_mipi_setup()
208 linelength = (mode->xres * 12 + 7) / 8; in sh_mipi_setup()
215 linelength = (mode->xres + 1) / 2; in sh_mipi_setup()
341 bpp = linelength / mode->xres; /* byte / pixel */ in sh_mipi_setup()
343 tmp = mode->xres / bpp; /* output cycle */ in sh_mipi_setup()
344 tmp = mode->xres - tmp; /* (input - output) cycle */ in sh_mipi_setup()