/src/sys/dev/ic/ |
pcdisplay_subr.c | 47 pcdisplay_cursor_init(struct pcdisplayscreen *scr, int existing) 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->dispoffset 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 [all...] |
vga_raster.c | 334 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, &vga_console_screen 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 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 1472 struct vgascreen *scr = id; local in function:vga_raster_replaceattr [all...] |
sti.c | 194 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) 401 struct sti_rom *rom = scr->scr_rom 782 struct sti_screen *scr = sc->sc_scr; local in function:sti_end_attach 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 [all...] |
vga.c | 323 egavga_getfont(struct vga_config *vc, struct vgascreen *scr, const char *name, 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, 405 const struct wsscreen_descr *type = scr->pcs.type; 408 f1 = egavga_getfont(vc, scr, name1, 1) 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 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/ |
wsdisplay_vconsvar.h | 98 #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)->scr_busy = 0, membar_producer() [all...] |
wsdisplay_vcons.c | 165 vcons_use_intr(const struct vcons_screen *scr) 168 return scr->scr_vd->private->use_intr; 175 vcons_dirty(struct vcons_screen *scr) 179 atomic_inc_uint(&scr->scr_dirty); 268 vcons_lock(struct vcons_screen *scr) 275 SCREEN_BUSY(scr); 282 vcons_unlock(struct vcons_screen *scr) 289 SCREEN_IDLE(scr); 297 struct vcons_screen *scr, int exists, 311 vcons_alloc_buffers(struct vcons_data *vd, struct vcons_screen *scr) 462 struct vcons_screen *scr = cookie; local in function:vcons_load_font 596 struct vcons_screen *scr, *oldscr; local in function:vcons_do_switch 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 1534 struct vcons_screen *scr = vs; local in function:vcons_scroll 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 [all...] |
wsdisplay_vcons_util.c | 50 vcons_replay_msgbuf(struct vcons_screen *scr) 52 int status = scr->scr_status; 59 scr->scr_status &= ~VCONS_IS_VISIBLE; 66 scr->scr_status = status; 67 vcons_update_screen(scr);
|
wsdisplay.c | 229 #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 404 const struct wsscreen_descr *scr; local in function:wsdisplay_screentype_pick 446 struct wsscreen *scr; local in function:wsdisplay_addscreen 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 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 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 2243 struct wsscreen *scr; local in function:wsscreen_switchwait 2278 struct wsscreen *scr; local in function:wsdisplay_kbdholdscreen [all...] |
/src/sys/arch/amiga/dev/ |
amidisplaycc.c | 505 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->cursorcol = -1 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 [all...] |
/src/sys/arch/arm/xscale/ |
pxa2x0_lcd.c | 268 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->buf_size 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/ |
ega.c | 286 ega_selectfont(struct ega_config *vc, struct egascreen *scr, char *name1, char *name2) 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) 341 scr->cfg = vc; 342 scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl; 343 scr->pcs.type = type; 344 scr->pcs.active = 0 532 const struct wsscreen_descr *scr; local in function:ega_cnattach 586 struct egascreen *scr; local in function:ega_alloc_screen 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/ |
s3c24x0_lcd.c | 88 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->nsegs = 0 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/ |
w100.c | 188 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->buf_va = (u_char *)bus_space_vaddr(sc->iot, sc->ioh_vram) 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/ |
hd64461_machdep.c | 67 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/ |
sti_machdep.c | 146 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_int index, u_int count 319 struct sti_screen *scr = (struct sti_screen *)v; local in function:sti_m68k_mmap [all...] |
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_power.c | 44 uint32_t scr, val; local in function:ar5212SetPowerModeAwake 57 scr = OS_REG_READ(ah, AR_SCR); 58 if (scr & ~AR_SCR_MASK) { 60 "%s: bogus SCR 0x%x, PCICFG 0x%x\n", 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); [all...] |
/src/sys/arch/amd64/stand/prekern/ |
console.c | 69 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/evbarm/smdk2xx0/ |
smdk2410_lcd.c | 70 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->buf_va) [all...] |
/src/sys/arch/arm/imx/ |
imx51_ipuv3.c | 637 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->depth / 8) 923 struct imx51_ipuv3_screen *scr = NULL; local in function:imx51_ipuv3_new_screen [all...] |
/src/sys/dev/sdmmc/ |
sdmmcreg.h | 352 /* SCR (SD Configuration Register) */ 353 #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), 48, 4 [all...] |
/src/games/cribbage/ |
score.c | 295 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 = crbnescr[RANKS * c0 + c1] [all...] |
/src/sys/arch/evbarm/mini2440/ |
mini2440_lcd.c | 97 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->buf_va) [all...] |
/src/sys/arch/bebox/stand/boot/ |
ns16550.h | 46 unsigned char scr; /* 7 */ member in struct:NS16550
|
/src/sys/arch/prep/stand/boot/ |
ns16550.h | 45 volatile unsigned char scr; /* 7 */ member in struct:NS16550
|
/src/sys/arch/rs6000/stand/boot/ |
ns16550.h | 45 volatile unsigned char scr; /* 7 */ member in struct:NS16550
|