| 
									
										
										
										
											2010-05-05 10:35:23 +02:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * altera_uart.h -- Altera UART driver defines. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef	__ALTUART_H
 | 
					
						
							|  |  |  | #define	__ALTUART_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct altera_uart_platform_uart { | 
					
						
							|  |  |  | 	unsigned long mapbase;	/* Physical address base */ | 
					
						
							|  |  |  | 	unsigned int irq;	/* Interrupt vector */ | 
					
						
							|  |  |  | 	unsigned int uartclk;	/* UART clock rate */ | 
					
						
							| 
									
										
										
										
											2010-10-01 17:21:54 +04:00
										 |  |  | 	unsigned int bus_shift;	/* Bus shift (address stride) */ | 
					
						
							| 
									
										
										
										
											2010-05-05 10:35:23 +02:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif /* __ALTUART_H */
 |