Home | History | Annotate | Download | only in mini2440

Lines Matching defs:scr

97 	    struct s3c24x0_lcd_screen *scr);
327 struct s3c24x0_lcd_screen *scr = sc->active;
329 return bus_dmamem_mmap(sc->dma_tag, scr->segs, scr->nsegs,
345 struct s3c24x0_lcd_screen *scr)
349 char *buf = (char *)(scr->buf_va);
354 line = (uint16_t *)(buf + scr->stride * y);
376 line = (uint16_t *)(buf + scr->stride * x);
383 struct s3c24x0_lcd_screen *scr)
387 char *buf = (char *)(scr->buf_va);
391 line = (uint8_t *)(buf + scr->stride * y);
401 line = (uint8_t *)(buf + scr->stride * x);
408 draw_test_pattern(struct s3c24x0_lcd_softc *sc, struct s3c24x0_lcd_screen *scr)
410 switch (scr->depth) {
412 draw_test_pattern_16(sc, scr);
415 draw_test_pattern_8(sc, scr);