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

2000/1115/bitsy/sa1110dma.h (diff list | history)

bitsy/sa1110dma.h on 2000/1110
2000/1110    
 
enum { 
	Port4MCP		= 0x80060008, 
	Port4SSP		= 0x8007006c, 
2000/1111    
	AudioDMA		= 0xa, 
	SSPXmitDMA		= 0xe, 
	SSPRecvDMA		= 0xf, 
2000/1110    
}; 
 
void	dmainit(void); 
2000/1111    
int		dmaalloc(int, int, int, int, int, ulong, void (*)(void*, ulong), void*); 
2000/1110    
void	dmafree(int); 
2000/1115    
 
2000/1110    
ulong	dmastart(int, void *, int); 
2000/1115    
 
void	dmawait(int); 
int		dmaidle(int); 


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