pci-sh7780.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) pci-sh7780.h (ff4a7481c3898ffc3cc271d6aca431d190c37247)
1/*
1/* SPDX-License-Identifier: GPL-2.0
2 *
2 * Low-Level PCI Support for SH7780 targets
3 *
4 * Dustin McIntire (dustin@sensoria.com) (c) 2001
5 * Paul Mundt (lethal@linux-sh.org) (c) 2003
3 * Low-Level PCI Support for SH7780 targets
4 *
5 * Dustin McIntire (dustin@sensoria.com) (c) 2001
6 * Paul Mundt (lethal@linux-sh.org) (c) 2003
6 *
7 * May be copied or modified under the terms of the GNU General Public
8 * License. See linux/COPYING for more information.
9 *
10 */
11
12#ifndef _PCI_SH7780_H_
13#define _PCI_SH7780_H_
14
15/* SH7780 Control Registers */
16#define PCIECR 0xFE000008
17#define PCIECR_ENBL 0x01

--- 29 unchanged lines hidden ---
7 */
8
9#ifndef _PCI_SH7780_H_
10#define _PCI_SH7780_H_
11
12/* SH7780 Control Registers */
13#define PCIECR 0xFE000008
14#define PCIECR_ENBL 0x01

--- 29 unchanged lines hidden ---