Searched refs:bytes_pp (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/video/
H A Dmxsfb.c349 u32 bytes_pp = 0; local
360 bytes_pp = 4;
363 bytes_pp = 2;
366 bytes_pp = 1;
373 plat->size = timings.hactive.typ * timings.vactive.typ * bytes_pp;

Completed in 36 milliseconds