Home
last modified time | relevance | path

Searched refs:clocksperpixel (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/media/platform/ti/am437x/
Dam437x-vpfe.c146 u32 bpp, bus_width_bytes, clocksperpixel; in __get_bytesperpixel() local
149 clocksperpixel = DIV_ROUND_UP(fmt->bitsperpixel, bus_width); in __get_bytesperpixel()
150 bpp = clocksperpixel * bus_width_bytes; in __get_bytesperpixel()