X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a3d08fcd5120d2aa8303b6349ca8b14e3f284af3..91447636331957f3d9b5ca5b508f07c526b0074d:/osfmk/ppc/asm.h?ds=sidebyside diff --git a/osfmk/ppc/asm.h b/osfmk/ppc/asm.h index ea1cd5723..842167e3e 100644 --- a/osfmk/ppc/asm.h +++ b/osfmk/ppc/asm.h @@ -456,13 +456,6 @@ #define busFIR 0x0A00 #define busFIRrst 0x0A10 -; GUS Mode Register -#define GUSModeReg 0x0430 -#define GUSMdmapen 0x00008000 -#define GUSMstgtdis 0x00000080 -#define GUSMstgttim 0x00000038 -#define GUSMstgttoff 0x00000004 - ; PowerTune #define PowerTuneControlReg 0x0AA001 #define PowerTuneStatusReg 0x408001 @@ -662,6 +655,13 @@ #endif /* ASSEMBLER */ +/* GUS Mode Register */ +#define GUSModeReg 0x0430 +#define GUSMdmapen 0x00008000 +#define GUSMstgtdis 0x00000080 +#define GUSMstgttim 0x00000038 +#define GUSMstgttoff 0x00000004 + /* Tags are placed before Immediately Following Code (IFC) for the debugger * to be able to deduce where to find various registers when backtracing *