]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.h
arm: Remove lp8x4x board
[people/ms/u-boot.git] / board / Marvell / mv88f6281gtw_ge / mv88f6281gtw_ge.h
1 /*
2 * (C) Copyright 2009
3 * Marvell Semiconductor <www.marvell.com>
4 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 #ifndef __MV88F6281GTW_GE_H
10 #define __MV88F6281GTW_GE_H
11
12 #define MV88F6281GTW_GE_OE_LOW (~((1 << 7) | (1 << 12) \
13 |(1 << 20) | (1 << 21))) /*enable GLED,RLED */
14 #define MV88F6281GTW_GE_OE_HIGH (~((1 << 4)|(1 << 6)|(1 << 7)|(1 << 12) \
15 |(1 << 13)|(1 << 16)|(1 << 17)))
16 #define MV88F6281GTW_GE_OE_VAL_LOW (1 << 20) /*make GLED on */
17 #define MV88F6281GTW_GE_OE_VAL_HIGH ((1 << 6)|(1 << 13)|(1 << 16)|(1 << 17))
18
19
20 #endif /* __MV88F6281GTW_GE_H */