Lines Matching defs:curctl
230 uint8_t busctl, curctl;
352 curctl = igs_ext_read(dc->dc_iot, dc->dc_ioh, IGS_EXT_SPRITE_CTL);
353 curctl |= IGS_EXT_SPRITE_64x64;
354 curctl &= ~IGS_EXT_SPRITE_VISIBLE;
355 igs_ext_write(dc->dc_iot, dc->dc_ioh, IGS_EXT_SPRITE_CTL, curctl);
1070 uint8_t curctl;
1072 curctl = 0; /* XXX: gcc */
1079 curctl = igs_ext_read(iot, ioh, IGS_EXT_SPRITE_CTL);
1113 curctl | IGS_EXT_SPRITE_DAC_PEL);
1128 igs_ext_write(iot, ioh, IGS_EXT_SPRITE_CTL, curctl);
1132 if ((curctl & IGS_EXT_SPRITE_VISIBLE) == 0
1135 curctl | IGS_EXT_SPRITE_VISIBLE);
1136 else if ((curctl & IGS_EXT_SPRITE_VISIBLE) != 0
1139 curctl & ~IGS_EXT_SPRITE_VISIBLE);