Searched refs:scr (Results 1 - 25 of 111) sorted by relevance

12345

/src/sys/dev/ic/
H A Dpcdisplay_subr.c47 pcdisplay_cursor_init(struct pcdisplayscreen *scr, int existing) argument
55 pcdisplay_6845_write(scr->hdl, curstart, 0x20);
56 pcdisplay_6845_write(scr->hdl, curend, 0x00);
60 * This is the first screen. At this point, scr->mem is NULL
64 memt = scr->hdl->ph_memt;
65 memh = scr->hdl->ph_memh;
66 off = (scr->cursorrow * scr->type->ncols + scr->cursorcol) * 2
67 + scr
93 struct pcdisplayscreen *scr = id; local in function:pcdisplay_cursor
158 struct pcdisplayscreen *scr = id; local in function:pcdisplay_putchar
181 struct pcdisplayscreen *scr = id; local in function:pcdisplay_copycols
202 struct pcdisplayscreen *scr = id; local in function:pcdisplay_erasecols
224 struct pcdisplayscreen *scr = id; local in function:pcdisplay_copyrows
246 struct pcdisplayscreen *scr = id; local in function:pcdisplay_eraserows
270 struct pcdisplayscreen *scr = id; local in function:pcdisplay_replaceattr
299 pcdisplay_getwschar(struct pcdisplayscreen * scr,struct wsdisplay_char * wschar) argument
329 pcdisplay_putwschar(struct pcdisplayscreen * scr,struct wsdisplay_char * wschar) argument
[all...]
H A Dvga_raster.c334 const struct wsscreen_descr *scr; local in function:vga_cnattach
345 scr = wsdisplay_screentype_pick(vga_console_vc.hdl.vh_mono ?
347 if (!scr)
350 else if (scr->nrows > 30)
354 scr = wsdisplay_screentype_pick(vga_console_vc.hdl.vh_mono ?
356 if (scr != vga_console_vc.currenttype)
357 vga_console_vc.currenttype = scr;
359 scr = vga_console_vc.currenttype;
361 vga_raster_init_screen(&vga_console_vc, &vga_console_screen, scr, 1,
367 wsdisplay_cnattach(scr,
438 vga_raster_init_screen(struct vga_config * vc,struct vgascreen * scr,const struct wsscreen_descr * type,int existing,long * attrp) argument
705 struct vgascreen *scr; local in function:vga_raster_alloc_screen
752 struct vgascreen *scr = cookie, *oldscr; local in function:vga_raster_show_screen
776 struct vgascreen *scr, *oldscr; local in function:vga_switch_screen
846 vga_raster_setup_font(struct vga_config * vc,struct vgascreen * scr) argument
1039 vga_raster_cursor_init(struct vgascreen * scr,int existing) argument
1067 struct vgascreen *scr = id; local in function:vga_raster_cursor
1114 struct vgascreen *scr = id; local in function:vga_raster_mapchar
1127 struct vgascreen *scr = id; local in function:vga_raster_putchar
1184 struct vgascreen *scr = id; local in function:_vga_raster_putchar
1260 struct vgascreen *scr = id; local in function:vga_raster_copycols
1290 struct vgascreen *scr = id; local in function:vga_raster_erasecols
1303 struct vgascreen *scr = id; local in function:vga_raster_copyrows
1361 struct vgascreen *scr = id; local in function:vga_raster_eraserows
1404 struct vgascreen *scr = id; local in function:vga_raster_allocattr
1438 vga_restore_screen(struct vgascreen * scr,const struct wsscreen_descr * type,struct vga_scrmem * mem) argument
1472 struct vgascreen *scr = id; local in function:vga_raster_replaceattr
[all...]
H A Dsti.c194 struct sti_screen *scr; local in function:sti_attach_screen
197 scr = (struct sti_screen *)malloc(sizeof(*scr), M_DEVBUF,
199 scr->scr_rom = sc->sc_rom;
200 rc = sti_screen_setup(scr, flags);
202 free(scr, M_DEVBUF);
206 sti_describe_screen(sc, scr);
208 return scr;
399 sti_region_setup(struct sti_screen *scr) argument
401 struct sti_rom *rom = scr
498 sti_screen_setup(struct sti_screen * scr,int flags) argument
747 sti_describe_screen(struct sti_softc * sc,struct sti_screen * scr) argument
782 struct sti_screen *scr = sc->sc_scr; local in function:sti_end_attach
832 sti_fetchfonts(struct sti_screen * scr,struct sti_inqconfout * cfg,uint32_t baseaddr,u_int fontindex) argument
954 sti_init(struct sti_screen * scr,int mode) argument
1006 sti_inqcfg(struct sti_screen * scr,struct sti_inqconfout * out) argument
1023 sti_bmove(struct sti_screen * scr,int x1,int y1,int x2,int y2,int h,int w,enum sti_bmove_funcs f) argument
1069 sti_setcment(struct sti_screen * scr,u_int i,u_char r,u_char g,u_char b) argument
1095 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_ioctl
1223 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_mmap
1249 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_alloc_screen
1265 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_free_screen
1297 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_cursor
1333 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_mapchar
1365 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_putchar
1426 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_copycols
1438 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_erasecols
1450 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_copyrows
1460 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_eraserows
1493 sti_cnattach(struct sti_rom * rom,struct sti_screen * scr,bus_space_tag_t memt,bus_addr_t * bases,u_int codebase) argument
1528 ngle_default_putcmap(struct sti_screen * scr,u_int idx,u_int count) argument
1551 ngle_artist_setupfb(struct sti_screen * scr) argument
1572 ngle_elk_setupfb(struct sti_screen * scr) argument
1592 ngle_timber_setupfb(struct sti_screen * scr) argument
1607 summit_wait(struct sti_screen * scr) argument
1618 summit_setupfb(struct sti_screen * scr) argument
1648 ngle_setup_bt458(struct sti_screen * scr) argument
1661 ngle_setup_attr_planes(struct sti_screen * scr) argument
1686 ngle_putcmap(struct sti_screen * scr,u_int idx,u_int count) argument
1730 ngle_hcrx_putcmap(struct sti_screen * scr,u_int idx,u_int count) argument
1773 summit_putcmap(struct sti_screen * scr,u_int idx,u_int count) argument
[all...]
H A Dvga.c323 egavga_getfont(struct vga_config *vc, struct vgascreen *scr, const char *name, argument
332 8, scr->pcs.type->fontheight, 0, WSFONT_FIND_BITMAP) &&
335 if (scr != &vga_console_screen || vga_console_attached)
343 cookie = wsfont_find(name, 8, scr->pcs.type->fontheight, 0,
348 if (scr != &vga_console_screen || vga_console_attached)
359 if (scr == &vga_console_screen)
373 if (scr != &vga_console_screen || vga_console_attached)
402 vga_selectfont(struct vga_config *vc, struct vgascreen *scr, const char *name1, argument
405 const struct wsscreen_descr *type = scr->pcs.type;
408 f1 = egavga_getfont(vc, scr, name
441 vga_init_screen(struct vga_config * vc,struct vgascreen * scr,const struct wsscreen_descr * type,int existing,long * attrp) argument
668 const struct wsscreen_descr *scr; local in function:vga_cnattach
783 struct vgascreen *scr = vs; local in function:vga_ioctl
867 struct vgascreen *scr; local in function:vga_alloc_screen
958 vga_setfont(struct vga_config * vc,struct vgascreen * scr) argument
981 struct vgascreen *scr = cookie, *oldscr; local in function:vga_show_screen
1005 struct vgascreen *scr, *oldscr; local in function:vga_doswitch
1074 struct vgascreen *scr = cookie; local in function:vga_load_font
1097 struct vgascreen *scr = id; local in function:vga_allocattr
1133 struct vgascreen *scr = id; local in function:vga_copyrows
1434 struct vgascreen *scr = id; local in function:vga_mapchar
1460 struct vgascreen *scr = cookie; local in function:vga_scroll
[all...]
/src/sys/dev/wscons/
H A Dwsdisplay_vconsvar.h98 #define SCREEN_IS_VISIBLE(scr) (((scr)->scr_status & VCONS_IS_VISIBLE) != 0)
99 #define SCREEN_IS_BUSY(scr) (membar_consumer(), (scr)->scr_busy != 0)
100 #define SCREEN_CAN_DRAW(scr) (((scr)->scr_flags & VCONS_DONT_DRAW) == 0)
101 #define SCREEN_BUSY(scr) ((scr)->scr_busy = 1, membar_producer())
102 #define SCREEN_IDLE(scr) ((scr)
[all...]
H A Dwsdisplay_vcons.c165 vcons_use_intr(const struct vcons_screen *scr) argument
168 return scr->scr_vd->private->use_intr;
175 vcons_dirty(struct vcons_screen *scr) argument
179 atomic_inc_uint(&scr->scr_dirty);
268 vcons_lock(struct vcons_screen *scr) argument
275 SCREEN_BUSY(scr);
282 vcons_unlock(struct vcons_screen *scr) argument
289 SCREEN_IDLE(scr);
297 struct vcons_screen *scr, int exists,
311 vcons_alloc_buffers(struct vcons_data *vd, struct vcons_screen *scr) argument
296 vcons_dummy_init_screen(void * cookie,struct vcons_screen * scr,int exists,long * defattr) argument
374 vcons_init_screen(struct vcons_data * vd,struct vcons_screen * scr,int existing,long * defattr) argument
462 struct vcons_screen *scr = cookie; local in function:vcons_load_font
596 struct vcons_screen *scr, *oldscr; local in function:vcons_do_switch
664 vcons_redraw_screen(struct vcons_screen * scr) argument
766 vcons_update_screen(struct vcons_screen * scr) argument
887 struct vcons_screen *scr; local in function:vcons_alloc_screen
926 struct vcons_screen *scr = cookie; local in function:vcons_free_screen
958 struct vcons_screen *scr; local in function:vcons_show_screen
982 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_copycols_buffer
999 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_copycols
1022 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_copycols_noread
1066 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_erasecols_buffer
1084 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_erasecols_cached
1101 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_erasecols
1125 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_copyrows_buffer
1155 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_copyrows
1177 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_copyrows_noread
1221 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_eraserows_buffer
1241 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_eraserows_cached
1258 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_eraserows
1280 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_putchar_buffer
1303 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_putchar_cached
1324 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_putchar
1352 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_cursor
1380 struct vcons_screen *scr = ri->ri_hw; local in function:vcons_cursor_noread
1413 vcons_putwschar(struct vcons_screen * scr,struct wsdisplay_char * wsc) argument
1452 vcons_getwschar(struct vcons_screen * scr,struct wsdisplay_char * wsc) argument
1520 vcons_offset_to_zero(const struct vcons_screen * scr) argument
1534 struct vcons_screen *scr = vs; local in function:vcons_scroll
1553 vcons_do_scroll(struct vcons_screen * scr) argument
1627 struct vcons_screen *scr = vd->active; local in function:vcons_softintr
1664 struct vcons_screen *scr = vd->active; local in function:vcons_enable_polling
1683 struct vcons_screen *scr = vd->active; local in function:vcons_disable_polling
1695 vcons_hard_switch(struct vcons_screen * scr) argument
[all...]
H A Dwsdisplay_vcons_util.c50 vcons_replay_msgbuf(struct vcons_screen *scr) argument
52 int status = scr->scr_status;
59 scr->scr_status &= ~VCONS_IS_VISIBLE;
66 scr->scr_status = status;
67 vcons_update_screen(scr);
H A Dwsdisplay.c229 #define WSSCREEN_HAS_EMULATOR(scr) ((scr)->scr_dconf->wsemul != NULL)
230 #define WSSCREEN_HAS_TTY(scr) ((scr)->scr_tty != NULL)
296 struct wsscreen *scr = priv; local in function:wsscreen_getc_poll
301 WSSCREEN_HAS_EMULATOR(scr) && WSSCREEN_HAS_TTY(scr)) {
302 struct tty *tp = scr->scr_tty;
310 callout_schedule(&scr->scr_getc_ch, mstohz(10));
320 struct wsscreen *scr; local in function:wsscreen_attach
377 wsscreen_detach(struct wsscreen * scr) argument
404 const struct wsscreen_descr *scr; local in function:wsdisplay_screentype_pick
446 struct wsscreen *scr; local in function:wsdisplay_addscreen
498 wsdisplay_closescreen(struct wsdisplay_softc * sc,struct wsscreen * scr) argument
530 struct wsscreen *scr; local in function:wsdisplay_scroll
558 struct wsscreen *scr; local in function:wsdisplay_delscreen
737 struct wsscreen *scr; local in function:wsdisplay_dosync
793 struct wsscreen *scr = sc->sc_focus; local in function:wsdisplay_suspend
1011 struct wsscreen *scr; local in function:wsdisplayopen
1077 struct wsscreen *scr; local in function:wsdisplayclose
1138 struct wsscreen *scr; local in function:wsdisplayread
1166 struct wsscreen *scr; local in function:wsdisplaywrite
1192 struct wsscreen *scr; local in function:wsdisplaypoll
1216 struct wsscreen *scr; local in function:wsdisplaykqfilter
1237 struct wsscreen *scr; local in function:wsdisplaytty
1260 struct wsscreen *scr; local in function:wsdisplayioctl
1313 wsdisplay_internal_ioctl(struct wsdisplay_softc * sc,struct wsscreen * scr,u_long cmd,void * data,int flag,struct lwp * l) argument
1641 struct wsscreen *scr; local in function:wsdisplaymmap
1666 struct wsscreen *scr; local in function:wsdisplaystart
1785 struct wsscreen *scr = v; local in function:wsdisplay_emulbell
1800 struct wsscreen *scr = v; local in function:wsdisplay_emulinput
1837 struct wsscreen *scr; local in function:wsdisplay_kbdinput
1863 wsdisplay_update_rawkbd(struct wsdisplay_softc * sc,struct wsscreen * scr) argument
1909 struct wsscreen *scr; local in function:wsdisplay_switch3
1967 struct wsscreen *scr; local in function:wsdisplay_switch2
2033 struct wsscreen *scr; local in function:wsdisplay_switch1
2083 struct wsscreen *scr; local in function:wsdisplay_switch
2143 struct wsscreen *scr; local in function:wsdisplay_reset
2175 wsscreen_attach_sync(struct wsscreen * scr,const struct wscons_syncops * ops,void * cookie) argument
2194 wsscreen_detach_sync(struct wsscreen * scr) argument
2205 wsscreen_lookup_sync(struct wsscreen * scr,const struct wscons_syncops * ops,void ** cookiep) argument
2243 struct wsscreen *scr; local in function:wsscreen_switchwait
2278 struct wsscreen *scr; local in function:wsdisplay_kbdholdscreen
[all...]
/src/sys/arch/amiga/dev/
H A Damidisplaycc.c505 adccscr_t * scr; local in function:amidisplaycc_cursor
507 scr = screen;
509 if (row < 0 || col < 0 || row >= scr->nrows || col >= scr->ncols)
512 amidisplaycc_cursor_undraw(scr);
515 scr->cursorrow = row;
516 scr->cursorcol = col;
517 amidisplaycc_cursor_draw(scr);
519 scr->cursorrow = -1;
520 scr
525 amidisplaycc_cursor_undraw(struct amidisplaycc_screen * scr) argument
534 amidisplaycc_cursor_draw(struct amidisplaycc_screen * scr) argument
543 amidisplaycc_cursor_xor(struct amidisplaycc_screen * scr,int row,int col) argument
582 adccscr_t * scr; local in function:amidisplaycc_putchar
704 adccscr_t * scr; local in function:amidisplaycc_copycols
756 adccscr_t * scr; local in function:amidisplaycc_erasecols
801 adccscr_t * scr; local in function:amidisplaycc_copyrows
929 adccscr_t * scr; local in function:amidisplaycc_eraserows
995 adccscr_t * scr; local in function:amidisplaycc_allocattr
1251 struct amidisplaycc_screen * scr; local in function:amidisplaycc_alloc_screen
1419 struct amidisplaycc_screen * scr; local in function:amidisplaycc_free_screen
1456 adccscr_t *scr; local in function:amidisplaycc_show_screen
1638 amidisplaycc_setemulcmap(struct amidisplaycc_screen * scr,struct wsdisplay_cmap * cmap) argument
1867 amidisplaycc_setfont(struct amidisplaycc_screen * scr,const char * fontname) argument
[all...]
/src/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c268 struct pxa2x0_lcd_screen *scr; local in function:pxa2x0_lcd_attach_sub
272 error = pxa2x0_lcd_new_screen(sc, descr->depth, &scr);
279 ri = &scr->rinfo;
280 ri->ri_hw = (void *)scr;
281 ri->ri_bits = scr->buf_va;
287 pxa2x0_lcd_start_dma(sc, scr);
288 sc->active = scr;
334 struct pxa2x0_lcd_screen *scr)
344 bus_dmamap_sync(sc->dma_tag, scr->dma, 0, scr
333 pxa2x0_lcd_start_dma(struct pxa2x0_lcd_softc * sc,struct pxa2x0_lcd_screen * scr) argument
480 struct pxa2x0_lcd_screen *scr = NULL; local in function:pxa2x0_lcd_new_screen
777 struct pxa2x0_lcd_screen *scr = cookie, *old; local in function:pxa2x0_lcd_show_screen
797 struct pxa2x0_lcd_screen *scr; local in function:pxa2x0_lcd_alloc_screen
836 struct pxa2x0_lcd_screen *scr = cookie; local in function:pxa2x0_lcd_free_screen
861 struct pxa2x0_lcd_screen *scr = sc->active; /* ??? */ local in function:pxa2x0_lcd_ioctl
917 struct pxa2x0_lcd_screen *scr = sc->active; /* ??? */ local in function:pxa2x0_lcd_mmap
935 struct pxa2x0_lcd_screen *scr = cookie; local in function:pxa2x0_lcd_cursor
943 struct pxa2x0_lcd_screen *scr = cookie; local in function:pxa2x0_lcd_mapchar
951 struct pxa2x0_lcd_screen *scr = cookie; local in function:pxa2x0_lcd_putchar
959 struct pxa2x0_lcd_screen *scr = cookie; local in function:pxa2x0_lcd_copycols
967 struct pxa2x0_lcd_screen *scr = cookie; local in function:pxa2x0_lcd_erasecols
975 struct pxa2x0_lcd_screen *scr = cookie; local in function:pxa2x0_lcd_copyrows
983 struct pxa2x0_lcd_screen *scr = cookie; local in function:pxa2x0_lcd_eraserows
991 struct pxa2x0_lcd_screen *scr = cookie; local in function:pxa2x0_lcd_alloc_attr
[all...]
/src/sys/dev/isa/
H A Dega.c286 ega_selectfont(struct ega_config *vc, struct egascreen *scr, char *name1, char *name2) argument
289 const struct wsscreen_descr *type = scr->pcs.type;
319 if (scr != &ega_console_screen || ega_console_attached) {
328 scr->fontset1 = f1;
329 scr->fontset2 = f2;
336 ega_init_screen(struct ega_config *vc, struct egascreen *scr, const struct wsscreen_descr *type, int existing, long *attrp) argument
341 scr->cfg = vc;
342 scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl;
343 scr->pcs.type = type;
344 scr
532 const struct wsscreen_descr *scr; local in function:ega_cnattach
586 struct egascreen *scr; local in function:ega_alloc_screen
634 ega_setfont(struct ega_config * vc,struct egascreen * scr) argument
651 struct egascreen *scr = cookie, *oldscr; local in function:ega_show_screen
675 struct egascreen *scr, *oldscr; local in function:ega_doswitch
745 struct egascreen *scr = cookie; local in function:ega_load_font
799 struct egascreen *scr = id; local in function:ega_allocattr
835 struct egascreen *scr = id; local in function:ega_copyrows
[all...]
/src/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.c88 struct s3c24x0_lcd_screen *scr);
186 struct s3c24x0_lcd_screen *scr)
196 int depth = scr->depth;
197 int stride = scr->stride;
240 pa = scr->segs[0].ds_addr;
272 init_palette(sc, scr);
312 struct s3c24x0_lcd_screen *scr = NULL; local in function:s3c24x0_lcd_new_screen
341 scr = kmem_zalloc(sizeof *scr, KM_SLEEP);
342 scr
185 s3c24x0_lcd_start_dma(struct s3c24x0_lcd_softc * sc,struct s3c24x0_lcd_screen * scr) argument
433 init_palette(struct s3c24x0_lcd_softc * sc,struct s3c24x0_lcd_screen * scr) argument
494 struct s3c24x0_lcd_screen *scr = cookie, *old; local in function:s3c24x0_lcd_show_screen
519 struct s3c24x0_lcd_screen *scr; local in function:s3c24x0_lcd_alloc_screen
592 struct s3c24x0_lcd_screen *scr = cookie; local in function:s3c24x0_lcd_free_screen
620 struct s3c24x0_lcd_screen *scr; local in function:s3c24x0_lcd_ioctl
739 struct s3c24x0_lcd_screen *scr = cookie; local in function:s3c24x0_lcd_cursor
747 struct s3c24x0_lcd_screen *scr = cookie; local in function:s3c24x0_lcd_mapchar
755 struct s3c24x0_lcd_screen *scr = cookie; local in function:s3c24x0_lcd_putchar
764 struct s3c24x0_lcd_screen *scr = cookie; local in function:s3c24x0_lcd_copycols
773 struct s3c24x0_lcd_screen *scr = cookie; local in function:s3c24x0_lcd_erasecols
782 struct s3c24x0_lcd_screen *scr = cookie; local in function:s3c24x0_lcd_copyrows
791 struct s3c24x0_lcd_screen *scr = cookie; local in function:s3c24x0_lcd_eraserows
800 struct s3c24x0_lcd_screen *scr = cookie; local in function:s3c24x0_lcd_alloc_attr
[all...]
/src/sys/arch/zaurus/dev/
H A Dw100.c188 struct w100_screen *scr; local in function:w100_attach_subr
192 error = w100_new_screen(sc, descr->depth, &scr);
199 ri = &scr->rinfo;
200 ri->ri_hw = (void *)scr;
201 ri->ri_bits = scr->buf_va;
207 sc->active = scr;
235 struct w100_screen *scr = NULL; local in function:w100_new_screen
238 scr = kmem_zalloc(sizeof(*scr), KM_SLEEP);
239 scr
393 struct w100_screen *scr; local in function:w100_alloc_screen
431 struct w100_screen *scr = cookie; local in function:w100_free_screen
442 struct w100_screen *scr = sc->active; /* ??? */ local in function:w100_ioctl
495 struct w100_screen *scr = sc->active; /* ??? */ local in function:w100_mmap
511 struct w100_screen *scr = cookie; local in function:w100_cursor
519 struct w100_screen *scr = cookie; local in function:w100_mapchar
527 struct w100_screen *scr = cookie; local in function:w100_putchar
535 struct w100_screen *scr = cookie; local in function:w100_copycols
543 struct w100_screen *scr = cookie; local in function:w100_erasecols
551 struct w100_screen *scr = cookie; local in function:w100_copyrows
559 struct w100_screen *scr = cookie; local in function:w100_eraserows
567 struct w100_screen *scr = cookie; local in function:w100_alloc_attr
[all...]
/src/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461_machdep.c67 r = hd64461_reg_read_1(scr); \
69 hd64461_reg_write_1(scr, r); \
73 r = hd64461_reg_read_1(scr); \
75 hd64461_reg_write_1(scr, r); \
77 bus_addr_t gcr, scr; local in function:hd64461pcmcia_power
82 scr = HD64461_PCCSCR(ch);
/src/sys/arch/hp300/dev/
H A Dsti_machdep.c146 struct sti_screen *scr; local in function:sti_machdep_attach
155 scr = ssc->sc_scr;
169 sti_evrx_resetramdac(scr);
170 sti_evrx_resetcmap(scr);
171 scr->setupfb = sti_evrx_setupfb;
172 scr->putcmap = sti_evrx_putcmap;
193 scr->scr_wsmode = WSDISPLAYIO_MODE_EMUL;
195 waa.scrdata = &scr->scr_screenlist;
197 waa.accesscookie = scr;
204 sti_evrx_putcmap(struct sti_screen *scr, u_in argument
228 sti_evrx_resetramdac(struct sti_screen * scr) argument
284 sti_evrx_resetcmap(struct sti_screen * scr) argument
309 sti_evrx_setupfb(struct sti_screen * scr) argument
319 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_m68k_mmap
[all...]
/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_power.c44 uint32_t scr, val; local in function:ar5212SetPowerModeAwake
57 scr = OS_REG_READ(ah, AR_SCR);
58 if (scr & ~AR_SCR_MASK) {
61 __func__, scr, OS_REG_READ(ah, AR_PCICFG));
62 scr = 0;
64 scr = (scr &~ AR_SCR_SLE) | AR_SCR_SLE_WAKE;
65 OS_REG_WRITE(ah, AR_SCR, scr);
73 OS_REG_WRITE(ah, AR_SCR, scr);
/src/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2410_lcd.c70 struct s3c24x0_lcd_screen *scr);
290 struct s3c24x0_lcd_screen *scr = sc->active; local in function:lcdmmap
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
307 draw_test_pattern_16(struct s3c24x0_lcd_softc * sc,struct s3c24x0_lcd_screen * scr) argument
345 draw_test_pattern_8(struct s3c24x0_lcd_softc * sc,struct s3c24x0_lcd_screen * scr) argument
371 draw_test_pattern(struct s3c24x0_lcd_softc * sc,struct s3c24x0_lcd_screen * scr) argument
[all...]
/src/sys/arch/amd64/stand/prekern/
H A Dconsole.c69 char *ptr, *scr; local in function:putc
82 scr = (cons_buffer + 2 * cons_x + 160 * cons_y);
83 ptr[0] = scr[0] = c;
84 ptr[1] = scr[1] = color;
/src/sys/arch/arm/imx/
H A Dimx51_ipuv3.c637 struct imx51_ipuv3_screen *scr; local in function:imx51_ipuv3_attach_sub
638 error = imx51_ipuv3_new_screen(sc, &scr);
644 sc->active = scr;
646 imx51_ipuv3_start_dma(sc, scr);
650 .ifb_dmamap = scr->dma,
651 .ifb_dmasegs = scr->segs,
652 .ifb_ndmasegs = scr->nsegs,
653 .ifb_fb = scr->buf_va,
656 .ifb_depth = scr->depth,
657 .ifb_stride = geom->panel_width * (scr
729 imx51_ipuv3_build_param(struct imx51_ipuv3_softc * sc,struct imx51_ipuv3_screen * scr,uint32_t * params) argument
826 imx51_ipuv3_start_dma(struct imx51_ipuv3_softc * sc,struct imx51_ipuv3_screen * scr) argument
875 imx51_ipuv3_allocmem(struct imx51_ipuv3_softc * sc,struct imx51_ipuv3_screen * scr) argument
923 struct imx51_ipuv3_screen *scr = NULL; local in function:imx51_ipuv3_new_screen
[all...]
/src/sys/dev/sdmmc/
H A Dsdmmcreg.h353 #define SCR_STRUCTURE(scr) MMC_RSP_BITS((scr), 60, 4)
355 #define SCR_SD_SPEC(scr) MMC_RSP_BITS((scr), 56, 4)
359 #define SCR_DATA_STAT_AFTER_ERASE(scr) MMC_RSP_BITS((scr), 55, 1)
360 #define SCR_SD_SECURITY(scr) MMC_RSP_BITS((scr), 52, 3)
364 #define SCR_SD_BUS_WIDTHS(scr) MMC_RSP_BITS((scr), 4
[all...]
/src/games/cribbage/
H A Dscore.c295 int i, j, scr; local in function:pegscore
303 scr = 2;
305 scr = 0;
307 return (scr);
312 return (scr + ichoose2[ju]);
314 return (scr);
335 return (scr + k);
337 return (scr);
348 long scr; local in function:adjust
359 scr
[all...]
/src/sys/arch/evbarm/mini2440/
H A Dmini2440_lcd.c97 struct s3c24x0_lcd_screen *scr);
327 struct s3c24x0_lcd_screen *scr = sc->active; local in function:lcdmmap
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
344 draw_test_pattern_16(struct s3c24x0_lcd_softc * sc,struct s3c24x0_lcd_screen * scr) argument
382 draw_test_pattern_8(struct s3c24x0_lcd_softc * sc,struct s3c24x0_lcd_screen * scr) argument
408 draw_test_pattern(struct s3c24x0_lcd_softc * sc,struct s3c24x0_lcd_screen * scr) argument
[all...]
/src/sys/arch/bebox/stand/boot/
H A Dns16550.h46 unsigned char scr; /* 7 */ member in struct:NS16550
/src/sys/arch/prep/stand/boot/
H A Dns16550.h45 volatile unsigned char scr; /* 7 */ member in struct:NS16550
/src/sys/arch/rs6000/stand/boot/
H A Dns16550.h45 volatile unsigned char scr; /* 7 */ member in struct:NS16550

Completed in 22 milliseconds

12345