summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/hallx3/alpha/flashbus.h
blob: 2fceabad3f896d9d1cea4240c8b77c1575fcd904 (plain) (blame)
1
2
3
4
5
6
7
8
9
//
// These are the defines that make up access to the FlashBus
//

#define FLASH_ACCESS_ADDR HAL_MAKE_QVA( 0x100000000 )
#define FLASH_ADDR_SHIFT 8
#define FLASH_WRITE_FLAG (0x80000000)

#define CONFIG_ACCESS_ADDR HAL_MAKE_QVA( 0x100100000 )