ReactOS 0.4.16-dev-36-g301675c
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | LCDTIMING0_PPL(x) ((((x) / 16 - 1) & 0x3f) << 2) |
#define | LCDTIMING1_LPP(x) (((x) & 0x3ff) - 1) |
#define | LCDCONTROL_LCDPWR (1 << 11) |
#define | LCDCONTROL_LCDEN (1) |
#define | LCDCONTROL_LCDBPP(x) (((x) & 7) << 1) |
#define | LCDCONTROL_LCDTFT (1 << 5) |
#define | PL110_LCDTIMING0 (PVOID)0x10120000 |
#define | PL110_LCDTIMING1 (PVOID)0x10120004 |
#define | PL110_LCDTIMING2 (PVOID)0x10120008 |
#define | PL110_LCDUPBASE (PVOID)0x10120010 |
#define | PL110_LCDLPBASE (PVOID)0x10120014 |
#define | PL110_LCDCONTROL (PVOID)0x10120018 |
Variables | |
PUSHORT | LlbHwVideoBuffer |
Definition at line 63 of file hwclcd.c.
Referenced by LlbHwVersaClcdInitialize().
Definition at line 56 of file hwclcd.c.
Referenced by LlbHwVersaClcdInitialize().
Definition at line 49 of file hwclcd.c.
Referenced by LlbHwVersaClcdInitialize().
Definition at line 29 of file hwclcd.c.
Referenced by LlbHwInitialize().