Home | History | Annotate | Download | only in smdk2xx0

Lines Matching defs:scr

70 	    struct s3c24x0_lcd_screen *scr);
290 struct s3c24x0_lcd_screen *scr = sc->active;
292 return bus_dmamem_mmap(sc->dma_tag, scr->segs, scr->nsegs,
308 struct s3c24x0_lcd_screen *scr)
312 char *buf = (char *)(scr->buf_va);
317 line = (uint16_t *)(buf + scr->stride * y);
339 line = (uint16_t *)(buf + scr->stride * x);
346 struct s3c24x0_lcd_screen *scr)
350 char *buf = (char *)(scr->buf_va);
354 line = (uint8_t *)(buf + scr->stride * y);
364 line = (uint8_t *)(buf + scr->stride * x);
371 draw_test_pattern(struct s3c24x0_lcd_softc *sc, struct s3c24x0_lcd_screen *scr)
373 switch (scr->depth) {
375 draw_test_pattern_16(sc, scr);
378 draw_test_pattern_8(sc, scr);