pcie-sh7786.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | pcie-sh7786.h (ff4a7481c3898ffc3cc271d6aca431d190c37247) |
---|---|
1/* | 1/* SPDX-License-Identifier: GPL-2.0 2 * |
2 * SH7786 PCI-Express controller definitions. 3 * 4 * Copyright (C) 2008, 2009 Renesas Technology Corp. 5 * All rights reserved. | 3 * SH7786 PCI-Express controller definitions. 4 * 5 * Copyright (C) 2008, 2009 Renesas Technology Corp. 6 * All rights reserved. |
6 * 7 * This file is subject to the terms and conditions of the GNU General Public 8 * License. See the file "COPYING" in the main directory of this archive 9 * for more details. | |
10 */ 11#ifndef __PCI_SH7786_H 12#define __PCI_SH7786_H 13 14/* PCIe bus-0(x4) on SH7786 */ // Rev1.171 15#define SH4A_PCIE_SPW_BASE 0xFE000000 /* spw config address for controller 0 */ 16#define SH4A_PCIE_SPW_BASE1 0xFE200000 /* spw config address for controller 1 (Rev1.14)*/ 17#define SH4A_PCIE_SPW_BASE2 0xFCC00000 /* spw config address for controller 2 (Rev1.171)*/ --- 563 unchanged lines hidden --- | 7 */ 8#ifndef __PCI_SH7786_H 9#define __PCI_SH7786_H 10 11/* PCIe bus-0(x4) on SH7786 */ // Rev1.171 12#define SH4A_PCIE_SPW_BASE 0xFE000000 /* spw config address for controller 0 */ 13#define SH4A_PCIE_SPW_BASE1 0xFE200000 /* spw config address for controller 1 (Rev1.14)*/ 14#define SH4A_PCIE_SPW_BASE2 0xFCC00000 /* spw config address for controller 2 (Rev1.171)*/ --- 563 unchanged lines hidden --- |