mrfioc2  2.3.0
latticeEC30.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2015 Paul Scherrer Institute (PSI), Villigen, Switzerland
3 * mrfioc2 is distributed subject to a Software License Agreement found
4 * in file LICENSE that is included with this distribution.
5 \*************************************************************************/
6 /*
7  * Author: Jure Krasna <jure.krasna@cosylab.com>
8  */
9 
10 #ifndef LATTICEEC30_H_
11 #define LATTICEEC30_H_
12 
13 /*
14  * A list of registers for the PCIe EVR board, specifically the EC 30 chip
15  *
16  * This device is exposed as BAR #0 on PCI and PMC versions of the EVR
17  */
18 
19 #define U32_AC30CTRL 0x00004
20 # define AC30CTRL_LEMDE (1<<25) /* Endian: clear = BE, set = LE */
21 
22 #define U32_AC30FWVER 0x0002C
23 
24 #endif /* LATTICEEC30_H_ */