Searched refs:NB_PF (Results 1 – 1 of 1) sorted by relevance
238 #define NB_PF 8 /* Max nb of HW pixel format */ macro269 static const enum ltdc_pix_fmt ltdc_pix_fmt_a0[NB_PF] = {280 static const enum ltdc_pix_fmt ltdc_pix_fmt_a1[NB_PF] = {291 static const enum ltdc_pix_fmt ltdc_pix_fmt_a2[NB_PF] = {590 ret = NB_PF; /* error case, trace msg is handled by the caller */ in ltdc_set_flexible_pixel_format()1311 for (val = 0; val < NB_PF; val++) in ltdc_plane_atomic_update()1316 if (ldev->caps.pix_fmt_flex && val == NB_PF) in ltdc_plane_atomic_update()1319 if (val == NB_PF) { in ltdc_plane_atomic_update()