|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include "vga.h"
Go to the source code of this file.
Macros | |
| #define | __inpb(Port) READ_PORT_UCHAR((PUCHAR)(VgaRegisterBase + (Port))) |
| #define | __inpw(Port) READ_PORT_USHORT((PUSHORT)(VgaRegisterBase + (Port))) |
| #define | __outpb(Port, Value) WRITE_PORT_UCHAR((PUCHAR)(VgaRegisterBase + (Port)), (UCHAR)(Value)) |
| #define | __outpw(Port, Value) WRITE_PORT_USHORT((PUSHORT)(VgaRegisterBase + (Port)), (USHORT)(Value)) |
Functions | |
| VOID | InitPaletteWithTable (_In_reads_(Count) const ULONG *Table, _In_ ULONG Count) |
| VOID | PrepareForSetPixel (VOID) |
| FORCEINLINE VOID | SetPixel (_In_ ULONG Left, _In_ ULONG Top, _In_ UCHAR Color) |
Variables | |
| ULONG_PTR | VgaRegisterBase |
| ULONG_PTR | VgaBase |
| const USHORT | AT_Initialization [] |
| const USHORT | VGA_640x480 [] |
| const UCHAR | PixelMask [8] |
| #define __inpb | ( | Port | ) | READ_PORT_UCHAR((PUCHAR)(VgaRegisterBase + (Port))) |
| #define __inpw | ( | Port | ) | READ_PORT_USHORT((PUSHORT)(VgaRegisterBase + (Port))) |
| #define __outpb | ( | Port, | |
| Value | |||
| ) | WRITE_PORT_UCHAR((PUCHAR)(VgaRegisterBase + (Port)), (UCHAR)(Value)) |
| #define __outpw | ( | Port, | |
| Value | |||
| ) | WRITE_PORT_USHORT((PUSHORT)(VgaRegisterBase + (Port)), (USHORT)(Value)) |
Definition at line 90 of file vga.c.
Definition at line 40 of file pc.h.
Definition at line 16 of file bootdata.c.
Referenced by ResetDisplay(), and VidInitialize().
Definition at line 37 of file vga.c.
Referenced by ConsoleEfiGopIsPixelFormatSupported(), DisplayCharacter(), and SetPixel().
Definition at line 47 of file bootdata.c.
Referenced by ResetDisplay(), and VidInitialize().
|
extern |
Definition at line 69 of file vga.c.
Referenced by DisplayCharacter(), DoScroll(), PreserveRow(), SetPixel(), VidInitialize(), VidScreenToBufferBlt(), and VidSolidColorFill().
|
extern |
Definition at line 68 of file vga.c.
Referenced by VgaInterpretCmdStream(), and VidInitialize().