1 /* 2 Copyright (c) 2002, Thomas Kurschel 3 4 5 Part of Radeon driver 6 7 General Purpose I/O control registers 8 */ 9 10 #ifndef _GPIOPAD_REGS_H 11 #define _GPIOPAD_REGS_H 12 13 #define RADEON_GPIOPAD_MASK 0x0198 14 #define RADEON_GPIOPAD_A 0x019c 15 #define RADEON_GPIOPAD_EN 0x01a0 16 #define RADEON_GPIOPAD_Y 0x01a4 17 18 19 #endif 20