Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-sh / hp6xx / hp6xx.h
bloba26247fd3d87ca744ca0d91ae451808a9b242cc9
1 #ifndef __ASM_SH_HP6XX_H
2 #define __ASM_SH_HP6XX_H
4 /*
5 * Copyright (C) 2003 Andriy Skulysh
6 */
8 #define HP680_TS_IRQ IRQ3_IRQ
10 #define DAC_LCD_BRIGHTNESS 0
11 #define DAC_SPEAKER_VOLUME 1
13 #define PHDR_TS_PEN_DOWN 0x08
15 #define SCPDR_TS_SCAN_ENABLE 0x20
16 #define SCPDR_TS_SCAN_Y 0x02
17 #define SCPDR_TS_SCAN_X 0x01
19 #define SCPCR_TS_ENABLE 0x405
20 #define SCPCR_TS_MASK 0xc0f
22 #define ADC_CHANNEL_TS_Y 1
23 #define ADC_CHANNEL_TS_X 2
25 #define HD64461_GPADR_SPEAKER 0x01
26 #define HD64461_GPADR_PCMCIA0 (0x02|0x08)
27 #define HD64461_GPBDR_LCDOFF 0x01
28 #define HD64461_GPBDR_LED_RED 0x80
31 #endif /* __ASM_SH_HP6XX_H */