.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Freescale MPC85xx/MPC86xx RapidIO support |
---|
3 | 4 | * |
---|
.. | .. |
---|
17 | 18 | * |
---|
18 | 19 | * Copyright 2005 MontaVista Software, Inc. |
---|
19 | 20 | * Matt Porter <mporter@kernel.crashing.org> |
---|
20 | | - * |
---|
21 | | - * This program is free software; you can redistribute it and/or modify it |
---|
22 | | - * under the terms of the GNU General Public License as published by the |
---|
23 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
24 | | - * option) any later version. |
---|
25 | 21 | */ |
---|
26 | 22 | |
---|
27 | 23 | #ifndef __FSL_RIO_H |
---|
.. | .. |
---|
41 | 37 | #define DOORBELL_ROWAR_PCI 0x02000000 /* PCI window */ |
---|
42 | 38 | #define DOORBELL_ROWAR_NREAD 0x00040000 /* NREAD */ |
---|
43 | 39 | #define DOORBELL_ROWAR_MAINTRD 0x00070000 /* maintenance read */ |
---|
44 | | -#define DOORBELL_ROWAR_RES 0x00002000 /* wrtpy: reserverd */ |
---|
| 40 | +#define DOORBELL_ROWAR_RES 0x00002000 /* wrtpy: reserved */ |
---|
45 | 41 | #define DOORBELL_ROWAR_MAINTWD 0x00007000 |
---|
46 | 42 | #define DOORBELL_ROWAR_SIZE 0x0000000b /* window size is 4k */ |
---|
47 | 43 | |
---|