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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dvrfb.h42 extern u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/
H A Dvrfb.c123 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) function
134 EXPORT_SYMBOL(omap_vrfb_min_phys_size); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-main.c443 unsigned long min_phys_size = omap_vrfb_min_phys_size(var->xres_virtual,
1457 size = max(omap_vrfb_min_phys_size(w, h, bytespp),
1458 omap_vrfb_min_phys_size(h, w, bytespp));

Completed in 164 milliseconds