2 * Milkymist VJ SoC (Software)
3 * Copyright (C) 2007, 2008, 2009, 2010 Sebastien Bourdeauducq
5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, version 3 of the License.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 #ifndef __HW_BT656CAP_H
19 #define __HW_BT656CAP_H
21 #include <hw/common.h>
23 #define CSR_BT656CAP_I2C MMPTR(0x8000b000)
24 #define CSR_BT656CAP_FILTERSTATUS MMPTR(0x8000b004)
25 #define CSR_BT656CAP_BASE MMPTR(0x8000b008)
26 #define CSR_BT656CAP_MAXBURSTS MMPTR(0x8000b00C)
27 #define CSR_BT656CAP_DONEBURSTS MMPTR(0x8000b010)
29 #define BT656CAP_I2C_SDAIN (0x1)
30 #define BT656CAP_I2C_SDAOUT (0x2)
31 #define BT656CAP_I2C_SDAOE (0x4)
32 #define BT656CAP_I2C_SDC (0x8)
34 #define BT656CAP_FILTERSTATUS_FIELD1 (0x1)
35 #define BT656CAP_FILTERSTATUS_FIELD2 (0x2)
36 #define BT656CAP_FILTERSTATUS_INFRAME (0x4)
38 #endif /* __HW_BT656CAP_H */