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

2000/1121/bitsy/sa1110uart.c (diff list | history)

2000/1106/sys/src/9/bitsy/sa1110uart.c:10,262000/1121/sys/src/9/bitsy/sa1110uart.c:10,15 (short | long | prev | next)
2000/1018    
 
/* this isn't strictly a sa1100 driver.  The rts/cts stuff is h3650 specific */ 
 
/* hardware registers */ 
typedef struct Uartregs Uartregs; 
struct Uartregs 
{ 
	ulong	ctl[4]; 
	ulong	dummya; 
	ulong	data; 
	ulong	dummyb; 
	ulong	status[2]; 
}; 
                 
enum 
{ 
	/* ctl[0] bits */ 


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