Searched refs:clocksperpixel (Results 1 – 1 of 1) sorted by relevance
146 u32 bpp, bus_width_bytes, clocksperpixel; in __get_bytesperpixel() local149 clocksperpixel = DIV_ROUND_UP(fmt->bitsperpixel, bus_width); in __get_bytesperpixel()150 bpp = clocksperpixel * bus_width_bytes; in __get_bytesperpixel()