| 
									
										
										
										
											2009-04-14 11:30:11 -05:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * This file contains the processor specific definitions | 
					
						
							|  |  |  |  * of the TI DM644x. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2008 Texas Instruments. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation; either version 2 of the License, or | 
					
						
							|  |  |  |  * (at your option) any later version. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |  * along with this program; if not, write to the Free Software | 
					
						
							|  |  |  |  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #ifndef __ASM_ARCH_DM644X_H
 | 
					
						
							|  |  |  | #define __ASM_ARCH_DM644X_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-19 15:58:25 +05:30
										 |  |  | #include <linux/davinci_emac.h>
 | 
					
						
							| 
									
										
										
										
											2009-04-14 11:30:11 -05:00
										 |  |  | #include <mach/hardware.h>
 | 
					
						
							| 
									
										
										
										
											2009-06-05 06:28:08 -04:00
										 |  |  | #include <mach/asp.h>
 | 
					
						
							| 
									
										
										
										
											2009-09-16 11:53:18 -04:00
										 |  |  | #include <media/davinci/vpfe_capture.h>
 | 
					
						
							| 
									
										
										
										
											2009-04-14 11:30:11 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | #define DM644X_EMAC_BASE		(0x01C80000)
 | 
					
						
							| 
									
										
										
										
											2010-09-15 10:11:22 -04:00
										 |  |  | #define DM644X_EMAC_MDIO_BASE		(DM644X_EMAC_BASE + 0x4000)
 | 
					
						
							| 
									
										
										
										
											2009-04-14 11:30:11 -05:00
										 |  |  | #define DM644X_EMAC_CNTRL_OFFSET	(0x0000)
 | 
					
						
							|  |  |  | #define DM644X_EMAC_CNTRL_MOD_OFFSET	(0x1000)
 | 
					
						
							|  |  |  | #define DM644X_EMAC_CNTRL_RAM_OFFSET	(0x2000)
 | 
					
						
							|  |  |  | #define DM644X_EMAC_CNTRL_RAM_SIZE	(0x2000)
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-16 21:29:11 +04:00
										 |  |  | #define DM644X_ASYNC_EMIF_CONTROL_BASE	0x01E00000
 | 
					
						
							|  |  |  | #define DM644X_ASYNC_EMIF_DATA_CE0_BASE 0x02000000
 | 
					
						
							|  |  |  | #define DM644X_ASYNC_EMIF_DATA_CE1_BASE 0x04000000
 | 
					
						
							|  |  |  | #define DM644X_ASYNC_EMIF_DATA_CE2_BASE 0x06000000
 | 
					
						
							|  |  |  | #define DM644X_ASYNC_EMIF_DATA_CE3_BASE 0x08000000
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-04-14 11:30:11 -05:00
										 |  |  | void __init dm644x_init(void); | 
					
						
							| 
									
										
										
										
											2009-06-05 06:28:08 -04:00
										 |  |  | void __init dm644x_init_asp(struct snd_platform_data *pdata); | 
					
						
							| 
									
										
										
										
											2009-09-16 11:53:18 -04:00
										 |  |  | void dm644x_set_vpfe_config(struct vpfe_config *cfg); | 
					
						
							| 
									
										
										
										
											2009-04-14 11:30:11 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* __ASM_ARCH_DM644X_H */
 |