xref: /haiku/headers/private/graphics/radeon/bios_regs.h (revision 4f00613311d0bd6b70fa82ce19931c41f071ea4e)
1 /*
2 	Copyright (c) 2002, Thomas Kurschel
3 
4 
5 	Part of Radeon driver
6 
7 	BIOS scratch registers
8 */
9 
10 #ifndef _BIOS_REGS_H
11 #define _BIOS_REGS_H
12 
13 #define RADEON_BIOS_0_SCRATCH               0x0010
14 #define RADEON_BIOS_1_SCRATCH               0x0014
15 #define RADEON_BIOS_2_SCRATCH               0x0018
16 #define RADEON_BIOS_3_SCRATCH               0x001c
17 #define RADEON_BIOS_4_SCRATCH               0x0020
18 #define RADEON_BIOS_5_SCRATCH               0x0024
19 #define RADEON_BIOS_6_SCRATCH               0x0028
20 #define RADEON_BIOS_7_SCRATCH               0x002c
21 
22 #define RADEON_TEST_DEBUG_CNTL					0x0120
23 #		define RADEON_TEST_DEBUG_CNTL_OUT_EN	(1 << 0)
24 #define RADEON_TEST_DEBUG_MUX					0x0124
25 #define RADEON_TEST_DEBUG_OUT					0x012c
26 
27 #endif
28