Searched refs:NB_PF (Results 1 – 1 of 1) sorted by relevance
244 #define NB_PF 8 /* Max nb of HW pixel format */ macro275 static const enum ltdc_pix_fmt ltdc_pix_fmt_a0[NB_PF] = {286 static const enum ltdc_pix_fmt ltdc_pix_fmt_a1[NB_PF] = {297 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()1316 for (val = 0; val < NB_PF; val++) in ltdc_plane_atomic_update()1321 if (ldev->caps.pix_fmt_flex && val == NB_PF) in ltdc_plane_atomic_update()1324 if (val == NB_PF) { in ltdc_plane_atomic_update()