Go to the documentation of this file.
30 #ifndef _LINUX_VG468_H
31 #define _LINUX_VG468_H
34 #define I365_IDENT_VADEM 0x08
37 #define VG468_VPP2_MASK 0x0c
38 #define VG468_VPP2_5V 0x04
39 #define VG468_VPP2_12V 0x08
42 #define VG469_VSENSE 0x1f
43 #define VG469_VSELECT 0x2f
44 #define VG468_CTL 0x38
45 #define VG468_TIMER 0x39
46 #define VG468_MISC 0x3a
47 #define VG468_GPIO_CFG 0x3b
48 #define VG469_EXT_MODE 0x3c
49 #define VG468_SELECT 0x3d
50 #define VG468_SELECT_CFG 0x3e
51 #define VG468_ATA 0x3f
54 #define VG469_VSENSE_A_VS1 0x01
55 #define VG469_VSENSE_A_VS2 0x02
56 #define VG469_VSENSE_B_VS1 0x04
57 #define VG469_VSENSE_B_VS2 0x08
60 #define VG469_VSEL_VCC 0x03
61 #define VG469_VSEL_5V 0x00
62 #define VG469_VSEL_3V 0x03
63 #define VG469_VSEL_MAX 0x0c
64 #define VG469_VSEL_EXT_STAT 0x10
65 #define VG469_VSEL_EXT_BUS 0x20
66 #define VG469_VSEL_MIXED 0x40
67 #define VG469_VSEL_ISA 0x80
70 #define VG468_CTL_SLOW 0x01
71 #define VG468_CTL_ASYNC 0x02
72 #define VG468_CTL_TSSI 0x08
73 #define VG468_CTL_DELAY 0x10
74 #define VG468_CTL_INPACK 0x20
75 #define VG468_CTL_POLARITY 0x40
76 #define VG468_CTL_COMPAT 0x80
78 #define VG469_CTL_WS_COMPAT 0x04
79 #define VG469_CTL_STRETCH 0x10
82 #define VG468_TIMER_ZEROPWR 0x10
83 #define VG468_TIMER_SIGEN 0x20
84 #define VG468_TIMER_STATUS 0x40
85 #define VG468_TIMER_RES 0x80
86 #define VG468_TIMER_MASK 0x0f
89 #define VG468_MISC_GPIO 0x04
90 #define VG468_MISC_DMAWSB 0x08
91 #define VG469_MISC_LEDENA 0x10
92 #define VG468_MISC_VADEMREV 0x40
93 #define VG468_MISC_UNLOCK 0x80
96 #define VG469_MODE_VPPST 0x03
97 #define VG469_MODE_INT_SENSE 0x04
98 #define VG469_MODE_CABLE 0x08
99 #define VG469_MODE_COMPAT 0x10
100 #define VG469_MODE_TEST 0x20
101 #define VG469_MODE_RIO 0x40
104 #define VG469_MODE_B_3V 0x01