.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2014 Atmel Corporation. |
---|
3 | 4 | * |
---|
4 | 5 | * Memory Controllers (MATRIX, EBI) - System peripherals registers. |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License as published by |
---|
8 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
9 | | - * (at your option) any later version. |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #ifndef _LINUX_MFD_SYSCON_ATMEL_MATRIX_H |
---|
.. | .. |
---|
110 | 106 | #define AT91_MATRIX_DDR_IOSR BIT(18) |
---|
111 | 107 | #define AT91_MATRIX_NFD0_SELECT BIT(24) |
---|
112 | 108 | #define AT91_MATRIX_DDR_MP_EN BIT(25) |
---|
113 | | -#define AT91_MATRIX_EBI_NUM_CS 8 |
---|
114 | 109 | |
---|
115 | 110 | #define AT91_MATRIX_USBPUCR_PUON BIT(30) |
---|
116 | 111 | |
---|