Path: blob/master/arch/sh/include/mach-dreamcast/mach/pci.h
15162 views
/*1* include/asm-sh/dreamcast/pci.h2*3* Copyright (C) 2001, 2002 M. R. Brown4* Copyright (C) 2002, 2003 Paul Mundt5*6* This file is subject to the terms and conditions of the GNU General Public7* License. See the file "COPYING" in the main directory of this archive8* for more details.9*/10#ifndef __ASM_SH_DREAMCAST_PCI_H11#define __ASM_SH_DREAMCAST_PCI_H1213#include <mach-dreamcast/mach/sysasic.h>1415#define GAPSPCI_REGS 0x0100140016#define GAPSPCI_DMA_BASE 0x0184000017#define GAPSPCI_DMA_SIZE 3276818#define GAPSPCI_BBA_CONFIG 0x0100160019#define GAPSPCI_BBA_CONFIG_SIZE 0x20002021#define GAPSPCI_IRQ HW_EVENT_EXTERNAL2223extern struct pci_ops gapspci_pci_ops;2425#endif /* __ASM_SH_DREAMCAST_PCI_H */26272829