Searched refs:NB_PF (Results 1 – 1 of 1) sorted by relevance
239 #define NB_PF 8 /* Max nb of HW pixel format */ macro270 static const enum ltdc_pix_fmt ltdc_pix_fmt_a0[NB_PF] = {281 static const enum ltdc_pix_fmt ltdc_pix_fmt_a1[NB_PF] = {292 static const enum ltdc_pix_fmt ltdc_pix_fmt_a2[NB_PF] = {591 ret = NB_PF; /* error case, trace msg is handled by the caller */ in ltdc_set_flexible_pixel_format()1310 for (val = 0; val < NB_PF; val++) in ltdc_plane_atomic_update()1315 if (ldev->caps.pix_fmt_flex && val == NB_PF) in ltdc_plane_atomic_update()1318 if (val == NB_PF) { in ltdc_plane_atomic_update()