Home | History | Annotate | Line # | Download | only in include
      1 /* $NetBSD: pegasosreg.h,v 1.3 2010/12/17 19:18:49 phx Exp $ */
      2 
      3 #ifndef _MACHINE_PEGASOSREG_H_
      4 #define _MACHINE_PEGASOSREG_H_
      5 
      6 /* Marvell Discovery System Controller */
      7 #define PEGASOS2_GT_REGBASE		0xf1000000
      8 
      9 /* GPIO to control AGP configuration space access */
     10 #define PEGASOS2_AGP_CONF_ENABLE	(1 << 23)
     11 
     12 #define PEGASOS2_SRAM_BASE		0xf2000000
     13 #define PEGASOS2_SRAM_SIZE		0x40000
     14 
     15 #endif /*_MACHINE_PEGASOSREG_H_*/
     16