Lines Matching refs:bottom
132 unsigned long top, bottom;
168 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1);
169 /* 1510 DMA requires the bottom address to be 2 more
173 bottom += 2;
178 bottom = PIXADDR(0, lcd_dma.yres - 1);
188 bottom = PIXADDR(lcd_dma.xres - 1, 0);
193 bottom = PIXADDR(0, 0);
203 bottom = PIXADDR(0, 0);
208 bottom = PIXADDR(lcd_dma.xres - 1, 0);
218 bottom = PIXADDR(0, lcd_dma.yres - 1);
223 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1);
238 omap_writew(bottom >> 16, OMAP1510_DMA_LCD_BOT_F1_U);
239 omap_writew(bottom, OMAP1510_DMA_LCD_BOT_F1_L);
247 omap_writew(bottom >> 16, OMAP1610_DMA_LCD_BOT_B1_U);
248 omap_writew(bottom, OMAP1610_DMA_LCD_BOT_B1_L);