HomeSort by: relevance | last modified time | path
    Searched refs:IGS_EXT_SPRITE_VISIBLE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
igsfbreg.h 201 #define IGS_EXT_SPRITE_VISIBLE 0x01
igsfb.c 354 curctl &= ~IGS_EXT_SPRITE_VISIBLE;
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);

Completed in 13 milliseconds