Searched defs:yscale (Results 1 - 2 of 2) sorted by relevance

/arch/arm/mach-omap1/
H A Dlcd_dma.c64 int xscale, yscale; member in struct:lcd_dma_info
129 void omap_set_lcd_dma_b1_scale(unsigned int xscale, unsigned int yscale) argument
136 lcd_dma.yscale = yscale;
148 unsigned int xscale, yscale; local
167 yscale = lcd_dma.yscale ? lcd_dma.yscale : 1;
171 ((y) * vxres * yscale + (x) * xscale) * es)
278 lcd_dma.vxres || lcd_dma.xscale || lcd_dma.yscale))
[all...]
/arch/arm/plat-spear/include/plat/
H A Dclock.h187 u16 yscale; member in struct:aux_rate_tbl

Completed in 54 milliseconds