BIT               75 src/video/fbcon/3dfx_regs.h #define COMMAND_2D_INITIATE          BIT(8)
BIT               76 src/video/fbcon/3dfx_regs.h #define COMMAND_2D_REVERSELINE               BIT(9)
BIT               77 src/video/fbcon/3dfx_regs.h #define COMMAND_2D_STIPPLELINE               BIT(12)
BIT               78 src/video/fbcon/3dfx_regs.h #define COMMAND_2D_MONOCHROME_PATT   BIT(13)
BIT               79 src/video/fbcon/3dfx_regs.h #define COMMAND_2D_MONOCHROME_TRANSP    BIT(16)
BIT               83 src/video/fbcon/3dfx_regs.h #define STATUS_RETRACE                       BIT(6)
BIT               84 src/video/fbcon/3dfx_regs.h #define STATUS_BUSY                  BIT(9)
BIT              123 src/video/fbcon/SDL_fb3dfx.c             blitop |= BIT(14);
BIT              128 src/video/fbcon/SDL_fb3dfx.c             blitop |= BIT(15);