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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/
H A Dvrfb.c96 static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp) function
131 return (width * height * bytespp) + get_extra_physical_size(
146 extra = get_extra_physical_size(image_width_roundup, bytespp);

Completed in 46 milliseconds