Home
last modified time | relevance | path

Searched refs:bus_width_bytes (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
148 bus_width_bytes = ALIGN(bus_width, 8) >> 3; in __get_bytesperpixel()
150 bpp = clocksperpixel * bus_width_bytes; in __get_bytesperpixel()