X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fapollohw.h;h=4304e1c33e17583eace379046460e4ac8336aa1c;hb=333b49614bac1801f614128fdcdb6346b383a0df;hp=f29992a3927da2f6d93fd60dc8cb9546e117e6e9;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-m68k/apollohw.h b/include/asm-m68k/apollohw.h index f29992a39..4304e1c33 100644 --- a/include/asm-m68k/apollohw.h +++ b/include/asm-m68k/apollohw.h @@ -4,7 +4,7 @@ #define _ASMm68k_APOLLOHW_H_ /* - apollo models + apollo models */ extern u_long apollo_model; @@ -16,8 +16,8 @@ extern u_long apollo_model; #define APOLLO_DN4000 (4) #define APOLLO_DN4500 (5) -/* - see scn2681 data sheet for more info. +/* + see scn2681 data sheet for more info. member names are read_write. */ @@ -96,7 +96,7 @@ extern u_long timer_physaddr; #define cpuctrl (*(volatile unsigned int *)(IO_BASE + cpuctrl_physaddr)) #define pica (IO_BASE + pica_physaddr) #define picb (IO_BASE + picb_physaddr) -#define timer (IO_BASE + timer_physaddr) +#define timer (IO_BASE + timer_physaddr) #define addr_xlat_map ((unsigned short *)(IO_BASE + 0x17000)) #define isaIO2mem(x) (((((x) & 0x3f8) << 7) | (((x) & 0xfc00) >> 6) | ((x) & 0x7)) + 0x40000 + IO_BASE)