diff options
Diffstat (limited to 'arch/mips/include/asm/sn/ioc3.h')
-rw-r--r-- | arch/mips/include/asm/sn/ioc3.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/include/asm/sn/ioc3.h b/arch/mips/include/asm/sn/ioc3.h index 099677774d71..e33f0363235b 100644 --- a/arch/mips/include/asm/sn/ioc3.h +++ b/arch/mips/include/asm/sn/ioc3.h | |||
@@ -62,8 +62,8 @@ struct ioc3_sioregs { | |||
62 | 62 | ||
63 | volatile u8 fill3[0x170 - 0x169 - 1]; | 63 | volatile u8 fill3[0x170 - 0x169 - 1]; |
64 | 64 | ||
65 | struct ioc3_uartregs uartb; /* 0x20170 */ | 65 | struct ioc3_uartregs uartb; /* 0x20170 */ |
66 | struct ioc3_uartregs uarta; /* 0x20178 */ | 66 | struct ioc3_uartregs uarta; /* 0x20178 */ |
67 | }; | 67 | }; |
68 | 68 | ||
69 | /* Register layout of IOC3 in configuration space. */ | 69 | /* Register layout of IOC3 in configuration space. */ |
@@ -106,7 +106,7 @@ struct ioc3 { | |||
106 | volatile u32 ppbr_l_b; /* 0x00094 */ | 106 | volatile u32 ppbr_l_b; /* 0x00094 */ |
107 | volatile u32 ppcr_b; /* 0x00098 */ | 107 | volatile u32 ppcr_b; /* 0x00098 */ |
108 | 108 | ||
109 | /* Keyboard and Mouse Registers */ | 109 | /* Keyboard and Mouse Registers */ |
110 | volatile u32 km_csr; /* 0x0009c */ | 110 | volatile u32 km_csr; /* 0x0009c */ |
111 | volatile u32 k_rd; /* 0x000a0 */ | 111 | volatile u32 k_rd; /* 0x000a0 */ |
112 | volatile u32 m_rd; /* 0x000a4 */ | 112 | volatile u32 m_rd; /* 0x000a4 */ |
@@ -208,7 +208,7 @@ struct ioc3_erxbuf { | |||
208 | /* | 208 | /* |
209 | * Ethernet TX Descriptor | 209 | * Ethernet TX Descriptor |
210 | */ | 210 | */ |
211 | #define ETXD_DATALEN 104 | 211 | #define ETXD_DATALEN 104 |
212 | struct ioc3_etxd { | 212 | struct ioc3_etxd { |
213 | u32 cmd; /* command field */ | 213 | u32 cmd; /* command field */ |
214 | u32 bufcnt; /* buffer counts field */ | 214 | u32 bufcnt; /* buffer counts field */ |