Modules/Tegra2Disp - Initial commit, doesn't work but getting there
[tpg/acess2.git] / Modules / Display / Tegra2 / tegra2.h
1 /*
2  * Acess2 NVidia Tegra2 Display Driver
3  * - By John Hodge (thePowersGang)
4  *
5  * tegra2.h
6  * - Driver definitions
7  */
8 #ifndef _TEGRA2_DISP_H_
9 #define _TEGRA2_DISP_H_
10
11
12 enum eTegra2_Disp_Regs
13 {
14         DC_DISP_DISP_SIGNAL_OPTIONS0_0 = 0x400,
15         DC_DISP_DISP_SIGNAL_OPTIONS1_0,
16         DC_DISP_DISP_WIN_OPTIONS_0,
17         DC_DISP_MEM_HIGH_PRIORITY_0,
18         DC_DISP_MEM_HIGH_PRIORITY_TIMER_0,
19         DC_DISP_DISP_TIMING_OPTIONS_0
20         DC_DISP_REF_TO_SYNC_0,
21         DC_DISP_SYNC_WIDTH_0,
22         DC_DISP_BACK_PORCH_0,
23         DC_DISP_DISP_ACTIVE_0,
24         DC_DISP_FRONT_PORCH_0,
25
26         DC_DISP_H_PULSE0_CONTROL_0,
27 }
28
29 #endif
30

UCC git Repository :: git.ucc.asn.au