|
@@ -125,8 +125,9 @@ struct ast_gem_object;
|
|
|
|
|
|
#define AST_IO_AR_PORT_WRITE (0x40)
|
|
|
#define AST_IO_MISC_PORT_WRITE (0x42)
|
|
|
+#define AST_IO_VGA_ENABLE_PORT (0x43)
|
|
|
#define AST_IO_SEQ_PORT (0x44)
|
|
|
-#define AST_DAC_INDEX_READ (0x3c7)
|
|
|
+#define AST_IO_DAC_INDEX_READ (0x47)
|
|
|
#define AST_IO_DAC_INDEX_WRITE (0x48)
|
|
|
#define AST_IO_DAC_DATA (0x49)
|
|
|
#define AST_IO_GR_PORT (0x4E)
|
|
@@ -134,6 +135,8 @@ struct ast_gem_object;
|
|
|
#define AST_IO_INPUT_STATUS1_READ (0x5A)
|
|
|
#define AST_IO_MISC_PORT_READ (0x4C)
|
|
|
|
|
|
+#define AST_IO_MM_OFFSET (0x380)
|
|
|
+
|
|
|
#define __ast_read(x) \
|
|
|
static inline u##x ast_read##x(struct ast_private *ast, u32 reg) { \
|
|
|
u##x val = 0;\
|