summaryrefslogtreecommitdiff
path: root/board/aspeed/ast2300/slt.h
blob: 4e650bc086877f5605811a98b69aa5c8b5bcfcc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 *  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
 */
#define CFG_CMD_REGTEST		0x00000001
#define CFG_CMD_MACTEST		0x00000002
#define CFG_CMD_VIDEOTEST	0x00000004
#define CFG_CMD_HACTEST		0x00000008
#define CFG_CMD_MICTEST		0x00000010
#define CFG_CMD_OSDTEST		0x00000020
#define CFG_CMD_2DTEST  	0x00000040
#define CFG_CMD_HWCTEST  	0x00000080

#define FLAG_REGTEST_FAIL  	0x00000001
#define FLAG_MACTEST_FAIL  	0x00000002
#define FLAG_VIDEOTEST_FAIL  	0x00000004
#define FLAG_HACTEST_FAIL  	0x00000008
#define FLAG_MICTEST_FAIL  	0x00000010
#define FLAG_OSDTEST_FAIL  	0x00000020
#define FLAG_2DTEST_FAIL  	0x00000040
#define FLAG_HWCTEST_FAIL  	0x00000080