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