plan 9 kernel history: overview | file list | diff list

1992/0520/power/io.h (diff list | history)

1992/0509/sys/src/9/power/io.h:19,251992/0520/sys/src/9/power/io.h:19,25 (short | long | prev | next)
1990/0227    
 
typedef struct SBCC	SBCC; 
typedef struct Timer	Timer; 
typedef struct Duart	Duart; 
1992/0520    
typedef struct Duartreg	Duartreg; 
1990/0227    
 
struct SBCC 
{ 
1992/0509/sys/src/9/power/io.h:50,561992/0520/sys/src/9/power/io.h:50,56
1990/0227    
#define	CLRTIM0		SYNCBUS(uchar, 0x1100000) 
#define	CLRTIM1		SYNCBUS(uchar, 0x1180000) 
 
#define	DUARTREG	SYNCBUS(Duart, 0x1A00000) 
1992/0520    
#define	DUARTREG	SYNCBUS(Duartreg, 0x1A00000) 
1990/0227    
 
1990/0911    
#define LANCERAM	IO2(ushort, 0xE00000) 
#define LANCEEND	IO2(ushort, 0xF00000) 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)