|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| static VOID FASTCALL | vgaSaveRegisters (PVGA_REGISTERS Registers) |
| static VOID FASTCALL | vgaSetRegisters (PVGA_REGISTERS Registers) |
| VOID | InitVGAMode (VOID) |
| VOID | VGAResetDevice (OUT PSTATUS_BLOCK StatusBlock) |
Variables | |
| static VGA_REGISTERS | Mode12Regs |
| VGA_REGISTERS | TextModeRegs |
Definition at line 110 of file initvga.c.
Referenced by VGASetCurrentMode().
| VOID VGAResetDevice | ( | OUT PSTATUS_BLOCK | StatusBlock | ) |
Definition at line 117 of file initvga.c.
Referenced by VGAStartIO().
|
static |
Definition at line 24 of file initvga.c.
Referenced by InitVGAMode().
|
static |
Definition at line 57 of file initvga.c.
Referenced by InitVGAMode(), and VGAResetDevice().
|
static |
Definition at line 5 of file initvga.c.
Referenced by InitVGAMode().
| VGA_REGISTERS TextModeRegs |
Definition at line 21 of file initvga.c.
Referenced by InitVGAMode(), and VGAResetDevice().