Symbol: igs_ext_write
sys/dev/ic/igsfb.c
1112
igs_ext_write(iot, ioh, IGS_EXT_SPRITE_CTL,
sys/dev/ic/igsfb.c
1128
igs_ext_write(iot, ioh, IGS_EXT_SPRITE_CTL, curctl);
sys/dev/ic/igsfb.c
1134
igs_ext_write(iot, ioh, IGS_EXT_SPRITE_CTL,
sys/dev/ic/igsfb.c
1138
igs_ext_write(iot, ioh, IGS_EXT_SPRITE_CTL,
sys/dev/ic/igsfb.c
339
igs_ext_write(dc->dc_iot, dc->dc_ioh,
sys/dev/ic/igsfb.c
341
igs_ext_write(dc->dc_iot, dc->dc_ioh,
sys/dev/ic/igsfb.c
355
igs_ext_write(dc->dc_iot, dc->dc_ioh, IGS_EXT_SPRITE_CTL, curctl);
sys/dev/ic/igsfb.c
404
igs_ext_write(iot, ioh, IGS_EXT_OVERSCAN_RED, p[0]);
sys/dev/ic/igsfb.c
405
igs_ext_write(iot, ioh, IGS_EXT_OVERSCAN_GREEN, p[1]);
sys/dev/ic/igsfb.c
406
igs_ext_write(iot, ioh, IGS_EXT_OVERSCAN_BLUE, p[2]);
sys/dev/ic/igsfb.c
728
igs_ext_write(dc->dc_iot, dc->dc_ioh,
sys/dev/ic/igsfb.c
881
igs_ext_write(t, h, IGS_EXT_SPRITE_HSTART_LO, x & 0xff);
sys/dev/ic/igsfb.c
882
igs_ext_write(t, h, IGS_EXT_SPRITE_HSTART_HI, (x >> 8) & 0x07);
sys/dev/ic/igsfb.c
883
igs_ext_write(t, h, IGS_EXT_SPRITE_HPRESET, xoff & 0x3f);
sys/dev/ic/igsfb.c
885
igs_ext_write(t, h, IGS_EXT_SPRITE_VSTART_LO, y & 0xff);
sys/dev/ic/igsfb.c
886
igs_ext_write(t, h, IGS_EXT_SPRITE_VSTART_HI, (y >> 8) & 0x07);
sys/dev/ic/igsfb.c
887
igs_ext_write(t, h, IGS_EXT_SPRITE_VPRESET, yoff & 0x3f);
sys/dev/ic/igsfb_subr.c
113
igs_ext_write(iot, regh, IGS_EXT_BIU_MISC_CTL,
sys/dev/ic/igsfb_subr.c
275
igs_ext_write(iot, ioh, 0x10, 0x10); /* IGS_EXT_START_ADDR enable */
sys/dev/ic/igsfb_subr.c
276
igs_ext_write(iot, ioh, 0x12, 0x00); /* IGS_EXT_IRQ_CTL disable */
sys/dev/ic/igsfb_subr.c
277
igs_ext_write(iot, ioh, 0x13, 0x00); /* MBZ for normal operation */
sys/dev/ic/igsfb_subr.c
279
igs_ext_write(iot, ioh, 0x31, 0x00); /* segment write ptr */
sys/dev/ic/igsfb_subr.c
280
igs_ext_write(iot, ioh, 0x32, 0x00); /* segment read ptr */
sys/dev/ic/igsfb_subr.c
283
igs_ext_write(iot, ioh, 0x33, 0x1d);
sys/dev/ic/igsfb_subr.c
286
igs_ext_write(iot, ioh, 0x50, 0x00);
sys/dev/ic/igsfb_subr.c
287
igs_ext_write(iot, ioh, 0x51, 0x00);
sys/dev/ic/igsfb_subr.c
288
igs_ext_write(iot, ioh, 0x52, 0x00);
sys/dev/ic/igsfb_subr.c
289
igs_ext_write(iot, ioh, 0x53, 0x00);
sys/dev/ic/igsfb_subr.c
290
igs_ext_write(iot, ioh, 0x54, 0x00);
sys/dev/ic/igsfb_subr.c
291
igs_ext_write(iot, ioh, 0x55, 0x00);
sys/dev/ic/igsfb_subr.c
292
igs_ext_write(iot, ioh, 0x56, 0x00); /* sprite control */
sys/dev/ic/igsfb_subr.c
295
igs_ext_write(iot, ioh, 0x57, 0x01); /* raster fb */
sys/dev/ic/igsfb_subr.c
298
igs_ext_write(iot, ioh, 0x58, 0x00);
sys/dev/ic/igsfb_subr.c
299
igs_ext_write(iot, ioh, 0x59, 0x00);
sys/dev/ic/igsfb_subr.c
300
igs_ext_write(iot, ioh, 0x5A, 0x00);
sys/dev/ic/igsfb_subr.c
308
igs_ext_write(iot, ioh, 0x70, 0x0B); /* enable fifo, seq */
sys/dev/ic/igsfb_subr.c
311
igs_ext_write(iot, ioh, 0x73, 0x30); /* XXX: krups: 0x20 */
sys/dev/ic/igsfb_subr.c
314
igs_ext_write(iot, ioh, 0x74, 0x10); /* XXX: krups: 0x1b */
sys/dev/ic/igsfb_subr.c
315
igs_ext_write(iot, ioh, 0x75, 0x10); /* XXX: krups: 0x1e */
sys/dev/ic/igsfb_subr.c
317
igs_ext_write(iot, ioh, 0x76, 0x00); /* ext seq. */
sys/dev/ic/igsfb_subr.c
318
igs_ext_write(iot, ioh, 0x7A, 0xC8); /* ext. hidden ctl */
sys/dev/ic/igsfb_subr.c
321
igs_ext_write(iot, ioh, 0x90, 0x01);
sys/dev/ic/igsfb_subr.c
324
igs_ext_write(iot, ioh, 0xBF, 0x00);
sys/dev/ic/igsfb_subr.c
326
igs_ext_write(iot, ioh, 0xB0, 0xD2); /* VCLK = 25.175MHz */
sys/dev/ic/igsfb_subr.c
327
igs_ext_write(iot, ioh, 0xB1, 0xD3);
sys/dev/ic/igsfb_subr.c
328
igs_ext_write(iot, ioh, 0xB2, 0xDB); /* MCLK = 75MHz*/
sys/dev/ic/igsfb_subr.c
329
igs_ext_write(iot, ioh, 0xB3, 0x54);
sys/dev/ic/igsfb_subr.c
333
igs_ext_write(iot, ioh, 0xF8, 0x04); /* XXX: ??? */
sys/dev/ic/igsfb_subr.c
336
igs_ext_write(iot, ioh, 0x11, 0x00);
sys/dev/ic/igsfb_subr.c
337
igs_ext_write(iot, ioh, 0x77, 0x01); /* 8bpp, indexed */
sys/dev/ic/igsfb_subr.c
338
igs_ext_write(iot, ioh, 0x14, 0x51);
sys/dev/ic/igsfb_subr.c
339
igs_ext_write(iot, ioh, 0x15, 0x00);
sys/dev/ic/igsfb_subr.c
352
igs_ext_write(iot, ioh, IGS_EXT_SPRITE_CTL,
sys/dev/ic/igsfb_subr.c
359
igs_ext_write(iot, ioh, IGS_EXT_SPRITE_CTL, reg);
sys/dev/ic/igsfb_subr.c
402
igs_ext_write(iot, ioh, 0xB0, 0xE2); /* VCLK */
sys/dev/ic/igsfb_subr.c
403
igs_ext_write(iot, ioh, 0xB1, 0x58);
sys/dev/ic/igsfb_subr.c
406
igs_ext_write(iot, ioh, 0xB2, 0xE2); /* MCLK */
sys/dev/ic/igsfb_subr.c
407
igs_ext_write(iot, ioh, 0xB3, 0x58);
sys/dev/ic/igsfb_subr.c
411
igs_ext_write(iot, ioh, 0x11, 0x00);
sys/dev/ic/igsfb_subr.c
412
igs_ext_write(iot, ioh, 0x77, 0x01); /* 8bpp, indexed */
sys/dev/ic/igsfb_subr.c
413
igs_ext_write(iot, ioh, 0x14, 0x81);
sys/dev/ic/igsfb_subr.c
414
igs_ext_write(iot, ioh, 0x15, 0x00);
sys/dev/ic/igsfb_subr.c
525
igs_ext_write(iot, ioh, IGS_EXT_SPRITE_CTL,
sys/dev/ic/igsfb_subr.c
536
igs_ext_write(iot, ioh, IGS_EXT_SPRITE_CTL, reg);
sys/dev/ic/igsfb_subr.c
617
igs_ext_write(iot, ioh, IGS_EXT_MCLK0, 0x91);
sys/dev/ic/igsfb_subr.c
618
igs_ext_write(iot, ioh, IGS_EXT_MCLK1, 0x6a);
sys/dev/ic/igsfb_subr.c
621
igs_ext_write(iot, ioh, IGS_EXT_VOVFL, overflow);
sys/dev/ic/igsfb_subr.c
622
igs_ext_write(iot, ioh, IGS_EXT_SEQ_MISC, seq_mode);
sys/dev/ic/igsfb_subr.c
623
igs_ext_write(iot, ioh, 0x14, memfetch & 0xff);
sys/dev/ic/igsfb_subr.c
624
igs_ext_write(iot, ioh, 0x15,
sys/dev/ic/igsfb_subr.c
635
igs_ext_write(iot, ioh, IGS_EXT_VCLK0, vclk1);
sys/dev/ic/igsfb_subr.c
636
igs_ext_write(iot, ioh, IGS_EXT_VCLK1, vclk2);
sys/dev/ic/igsfb_subr.c
637
igs_ext_write(iot, ioh, 0xBA, vclk3);
sys/dev/ic/igsfb_subr.c
654
igs_ext_write(dc->dc_iot, dc->dc_ioh,
sys/dev/ic/igsfb_subr.c
656
igs_ext_write(dc->dc_iot, dc->dc_ioh,