OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:igs_ext_write
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
igsfb_subr.c
113
igs_ext_write
(iot, regh, IGS_EXT_BIU_MISC_CTL,
275
igs_ext_write
(iot, ioh, 0x10, 0x10); /* IGS_EXT_START_ADDR enable */
276
igs_ext_write
(iot, ioh, 0x12, 0x00); /* IGS_EXT_IRQ_CTL disable */
277
igs_ext_write
(iot, ioh, 0x13, 0x00); /* MBZ for normal operation */
279
igs_ext_write
(iot, ioh, 0x31, 0x00); /* segment write ptr */
280
igs_ext_write
(iot, ioh, 0x32, 0x00); /* segment read ptr */
283
igs_ext_write
(iot, ioh, 0x33, 0x1d);
286
igs_ext_write
(iot, ioh, 0x50, 0x00);
287
igs_ext_write
(iot, ioh, 0x51, 0x00);
288
igs_ext_write
(iot, ioh, 0x52, 0x00)
[
all
...]
igsfb.c
339
igs_ext_write
(dc->dc_iot, dc->dc_ioh,
341
igs_ext_write
(dc->dc_iot, dc->dc_ioh,
355
igs_ext_write
(dc->dc_iot, dc->dc_ioh, IGS_EXT_SPRITE_CTL, curctl);
404
igs_ext_write
(iot, ioh, IGS_EXT_OVERSCAN_RED, p[0]);
405
igs_ext_write
(iot, ioh, IGS_EXT_OVERSCAN_GREEN, p[1]);
406
igs_ext_write
(iot, ioh, IGS_EXT_OVERSCAN_BLUE, p[2]);
728
igs_ext_write
(dc->dc_iot, dc->dc_ioh,
881
igs_ext_write
(t, h, IGS_EXT_SPRITE_HSTART_LO, x & 0xff);
882
igs_ext_write
(t, h, IGS_EXT_SPRITE_HSTART_HI, (x >> 8) & 0x07);
883
igs_ext_write
(t, h, IGS_EXT_SPRITE_HPRESET, xoff & 0x3f)
[
all
...]
igsfbvar.h
201
#define
igs_ext_write
(t,h,x,v) (igs_idx_write((t),(h),IGS_EXT_IDX,(x),(v)))
macro
Completed in 13 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025