Lines Matching refs:line
101 #define LTDC_L1CFBLNR (ldev->caps.layer_regs[15]) /* L1 color frame buffer line number */
105 #define LTDC_L1AFBLNR (ldev->caps.layer_regs[19]) /* L1 auxiliary frame buffer line number */
382 0xb4, /* L1 color frame buffer line number */
410 0xb4, /* L1 color frame buffer line number */
414 0xc4, /* L1 auxiliary frame buffer line number */
438 0x13c, /* L1 color frame buffer line number */
442 0x14c, /* L1 auxiliary frame buffer line number */
1067 int line, vactive_start, vactive_end, vtotal;
1076 * - line < vactive_start: vpos = line - vactive_start and will be
1078 * - vactive_start < line < vactive_end: vpos = line - vactive_start
1080 * - line > vactive_end: vpos = line - vtotal - vactive_start
1084 * simplify the code and only test if line > vactive_end
1087 regmap_read(ldev->regmap, LTDC_CPSR, &line);
1088 line &= CPSR_CYPOS;
1096 if (line > vactive_end)
1097 *vpos = line - vtotal - vactive_start;
1099 *vpos = line - vactive_start;
1361 /* Configures the color frame buffer pitch in bytes & line length */
1374 /* Configures the frame buffer line number */
1453 /* Configure the auxiliary frame buffer line number */