/src/sys/arch/amiga/amiga/ |
conf.c | 44 #include "grf.h" 61 cons_decl(grf); 76 { dev_init(grf,cnprobe), dev_init(grf,cninit) },
|
/src/sys/arch/amiga/dev/ |
ite_rh.c | 100 if (ip->grf == 0) 101 ip->grf = &grf_softc[ip - ite_softc]; 104 ip->priv = ip->grf->g_data; 116 volatile u_char *ba = ip->grf->g_regkva; 137 RZ3SetCursorPos (ip->grf, pos); 155 RZ3AlphaErase(ip->grf, 0, top, bottom - top, ip->cols); 159 RZ3AlphaCopy(ip->grf, 0, top+lines, 0, top, ip->cols, bottom-top-lines+1); 160 RZ3AlphaErase(ip->grf, 0, bottom - lines + 1, ip->cols, lines); 173 RZ3AlphaErase(ip->grf, 0, top, bottom - top, ip->cols); 177 RZ3AlphaCopy(ip->grf, 0, top, 0, top+lines, ip->cols, bottom-top-lines+1) [all...] |
ite_cl.c | 109 ip->priv = ip->grf->g_data; 120 volatile u_char *ba = ip->grf->g_regkva; 152 volatile unsigned char *ba = ip->grf->g_regkva; 153 volatile unsigned char *fb = ip->grf->g_fbkva; 180 volatile unsigned char *ba = ip->grf->g_regkva; 186 dst = (unsigned char*)__UNVOLATILE(ip->grf->g_fbkva) + 201 volatile unsigned char *ba = ip->grf->g_regkva; 206 fb = (unsigned char*)__UNVOLATILE(ip->grf->g_fbkva) + sy * ip->cols;
|
ite_cv.c | 137 volatile unsigned short *fb = (volatile unsigned short *)ip->grf->g_fbkva; 141 ip->priv = ip->grf->g_data; 142 md = (struct grfcvtext_mode *) ip->grf->g_data; 183 volatile void *ba = ip->grf->g_regkva; 208 volatile char *fb = ip->grf->g_fbkva; 238 ((volatile char*)ip->grf->g_fbkva + 260 ((volatile char*)ip->grf->g_fbkva + (cv_rowc[sy] << 2)); 271 dst = (volatile unsigned short *)(ip->grf->g_fbkva);
|
ite_cv3d.c | 137 volatile unsigned short *fb = (volatile unsigned short *)ip->grf->g_fbkva; 141 ip->priv = ip->grf->g_data; 142 md = (struct grfcv3dtext_mode *) ip->grf->g_data; 183 volatile void *ba = ip->grf->g_regkva; 208 volatile void *fb = ip->grf->g_fbkva; 238 ((volatile char*)ip->grf->g_fbkva + 260 ((volatile char*)ip->grf->g_fbkva + (cv3d_rowc[sy] << 2)); 271 dst = (volatile unsigned short *)(ip->grf->g_fbkva);
|
ite_et.c | 112 ip->priv = ip->grf->g_data; 123 volatile u_char *ba = ip->grf->g_regkva; 157 volatile unsigned char *ba = ip->grf->g_regkva; 158 volatile unsigned char *fb = ip->grf->g_fbkva; 186 volatile unsigned char *ba = ip->grf->g_regkva; 192 dst = (volatile unsigned char*)ip->grf->g_fbkva + (sy * ip->cols) + sx; 207 volatile unsigned char *ba = ip->grf->g_regkva; 212 fb = (volatile unsigned char*)ip->grf->g_fbkva + sy * ip->cols;
|
ite_rt.c | 89 * grf to function as an ite. 108 ip->priv = ip->grf->g_data; 119 volatile void *ba = ip->grf->g_regkva; 148 volatile void *ba = ip->grf->g_regkva; 149 volatile void *fb = ip->grf->g_fbkva; 276 volatile void *ba = ip->grf->g_regkva; 277 volatile void *fb = ip->grf->g_fbkva; 401 volatile char *fb = (volatile char*)ip->grf->g_fbkva; 417 volatile u_short * fb = (volatile u_short *) ip->grf->g_fbkva; 441 fb = (u_long *)__UNVOLATILE(ip->grf->g_fbkva) [all...] |
ite_ul.c | 126 * grf to function as an ite. 149 ba = (volatile struct gspregs *) ip->grf->g_regkva; 200 ip->cols = ip->grf->g_display.gd_dwidth / ip->ftwidth; 201 ip->rows = ip->grf->g_display.gd_dheight / ip->ftheight; 231 ba = (volatile struct gspregs *)ip->grf->g_regkva; 306 ba = (volatile struct gspregs *)ip->grf->g_regkva; 340 ba = (volatile struct gspregs *)ip->grf->g_regkva; 380 ba = (volatile struct gspregs *)ip->grf->g_regkva; 402 ba = (volatile struct gspregs *)ip->grf->g_regkva; 420 ba = (volatile struct gspregs *)ip->grf->g_regkva [all...] |
ite.c | 88 #define SUBR_INIT(ip) (ip)->grf->g_iteinit(ip) 89 #define SUBR_DEINIT(ip) (ip)->grf->g_itedeinit(ip) 90 #define SUBR_PUTC(ip,c,dy,dx,m) (ip)->grf->g_iteputc(ip,c,dy,dx,m) 91 #define SUBR_CURSOR(ip,flg) (ip)->grf->g_itecursor(ip,flg) 92 #define SUBR_CLEAR(ip,sy,sx,h,w) (ip)->grf->g_iteclear(ip,sy,sx,h,w) 94 (ip)->grf->g_itescroll(ip,sy,sx,count,dir) 210 if (con_itesoftc.grf != NULL && 211 con_itesoftc.grf->g_unit == gp->g_unit) { 216 memcpy(&ip->grf, &con_itesoftc.grf, [all...] |
/src/sys/arch/atari/dev/ |
grfabs_et.h | 35 u_char grf[9]; /* Std. VGA grf. registers */ member in struct:__anon641a61d90108
|
ite_et.c | 158 * Final constraint: each grf needs a view.... 169 * attach: initialize the grf-structure and try to attach an ite to us. 330 view = viewview(ip->grf->g_viewdev); 337 ip->grf->g_mode(ip->grf, GM_GRFON, NULL, 0, 0); 366 error = (*view_cdevsw.d_ioctl)(ip->grf->g_viewdev, VIOCSSIZE, 368 view = viewview(ip->grf->g_viewdev); 406 view_t *view = viewview(ip->grf->g_viewdev); 417 view = viewview(ip->grf->g_viewdev); 427 (*ite_cdevsw.d_ioctl)(ip->grf->g_itedev, TIOCSWINSZ [all...] |
grfabs_et.c | 575 regs->grf[GCT_ID_SET_RESET] = 0x00; 576 regs->grf[GCT_ID_ENABLE_SET_RESET] = 0x00; 577 regs->grf[GCT_ID_COLOR_COMPARE] = 0x00; 578 regs->grf[GCT_ID_DATA_ROTATE] = 0x00; 579 regs->grf[GCT_ID_READ_MAP_SELECT] = 0x00; 580 regs->grf[GCT_ID_GRAPHICS_MODE] = mode->depth == 1 ? 0x00: 0x40; 581 regs->grf[GCT_ID_MISC] = 0x01; 582 regs->grf[GCT_ID_COLOR_XCARE] = 0x0f; 583 regs->grf[GCT_ID_BITMASK] = 0xff; 657 et_regs->grf[i] = RGfx(ba, i) [all...] |
ite.c | 84 #define SUBR_INIT(sc) (sc)->grf->g_iteinit(sc) 85 #define SUBR_DEINIT(sc) (sc)->grf->g_itedeinit(sc) 86 #define SUBR_PUTC(sc,c,dy,dx,m) (sc)->grf->g_iteputc(sc,c,dy,dx,m) 87 #define SUBR_CURSOR(sc,flg) (sc)->grf->g_itecursor(sc,flg) 88 #define SUBR_CLEAR(sc,sy,sx,h,w) (sc)->grf->g_iteclear(sc,sy,sx,h,w) 89 #define SUBR_SCROLL(sc,sy,sx,cnt,dir) (sc)->grf->g_itescroll(sc,sy,sx,cnt,dir) 218 if (con_itesoftc.grf != NULL && 219 con_itesoftc.grf->g_unit == gsc->g_unit) { 224 memcpy(&sc->grf, &con_itesoftc.grf, [all...] |
ite_cc.c | 184 * Final constraint: each grf needs a view.... 195 * attach: initialize the grf-structure and try to attach an ite to us. 371 ip->grf->g_mode(ip->grf, GM_GRFON, NULL, 0, 0); 390 error = (*view_cdevsw.d_ioctl)(ip->grf->g_viewdev, VIOCSSIZE, 392 view = viewview(ip->grf->g_viewdev); 466 view_t *view = viewview(ip->grf->g_viewdev); 477 view = viewview(ip->grf->g_viewdev); 487 (*ite_cdevsw.d_ioctl)(ip->grf->g_itedev, TIOCSWINSZ, 498 error = (*view_cdevsw.d_ioctl)(ip->grf->g_viewdev, cmd, addr [all...] |
/src/etc/etc.x68k/ |
MAKEDEV.conf | 36 grf[0-9]*) 37 unit=${i#grf} 38 mkdev grf$unit c 10 $unit 600
|
/src/share/man/man4/man4.amiga/ |
Makefile | 6 drbbc.4 ed.4 efa.4 em4k.4 empb.4 es.4 fdc.4 grf.4 \
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
rk3xxx.dtsi | 192 rockchip,grf = <&grf>; 267 grf: grf@20008000 { label 304 rockchip,grf = <&grf>; 319 rockchip,grf = <&grf>; 374 rockchip,grf = <&grf>; [all...] |
rv1108.dtsi | 169 rockchip,grf = <&grf>; 183 rockchip,grf = <&grf>; 197 rockchip,grf = <&grf>; 262 grf: syscon@10300000 { label 263 compatible = "rockchip,rv1108-grf", "syscon", "simple-mfd"; 389 rockchip,grf = <&grf>; [all...] |
rk3036.dtsi | 233 rockchip,grf = <&grf>; 333 rockchip,grf = <&grf>; 340 grf: syscon@20008000 { label 341 compatible = "rockchip,rk3036-grf", "syscon", "simple-mfd"; 388 rockchip,grf = <&grf>; 400 rockchip,grf = <&grf>; [all...] |
rk3066a.dtsi | 126 rockchip,grf = <&grf>; 206 rockchip,grf = <&grf>; 271 rockchip,grf = <&grf>; 681 &grf { 682 compatible = "rockchip,rk3066-grf", "syscon", "simple-mfd";
|
rk3288.dtsi | 552 rockchip,grf = <&grf>; 563 rockchip,grf = <&grf>; 865 rockchip,grf = <&grf>; 880 grf: syscon@ff770000 { label 881 compatible = "rockchip,rk3288-grf", "syscon", "simple-mfd"; 954 rockchip,grf = <&grf>; [all...] |
/src/etc/etc.amiga/ |
MAKEDEV.conf | 44 grf[0-9]*) 45 unit=${i#grf}; chr=10 48 mkdev grf$unit c $chr $unit 666 51 warn "bad unit for grf in: $i"
|
/src/etc/etc.amigappc/ |
MAKEDEV.conf | 42 grf[0-9]*) 43 unit=${i#grf}; chr=10 46 mkdev grf$unit c $chr $unit 666 49 warn "bad unit for grf in: $i"
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rk3399.dtsi | 263 rockchip,grf = <&grf>; 306 arasan,soc-ctl-syscon = <&grf>; 444 clock-names = "core-clk", "pclk", "spdif", "grf"; 450 rockchip,grf = <&grf>; 818 rockchip,grf = <&grf>; 1362 rockchip,grf = <&pmugrf>; 1372 rockchip,grf = <&grf> 1399 grf: syscon@ff770000 { label [all...] |
/src/sys/arch/x68k/dev/ |
grf_machdep.c | 68 /* grf itself */ 78 CFATTACH_DECL_NEW(grf, sizeof(struct grf_softc),
|