Home
last modified time | relevance | path

Searched refs:GAPSPCI_REGS (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/drivers/pci/
H A Dpci-dreamcast.c64 idbuf[i] = inb(GAPSPCI_REGS+i); in gapspci_init()
69 outl(0x5a14a501, GAPSPCI_REGS+0x18); in gapspci_init()
74 if (inl(GAPSPCI_REGS+0x18) != 1) in gapspci_init()
77 outl(0x01000000, GAPSPCI_REGS+0x20); in gapspci_init()
78 outl(0x01000000, GAPSPCI_REGS+0x24); in gapspci_init()
80 outl(GAPSPCI_DMA_BASE, GAPSPCI_REGS+0x28); in gapspci_init()
81 outl(GAPSPCI_DMA_BASE+GAPSPCI_DMA_SIZE, GAPSPCI_REGS+0x2c); in gapspci_init()
83 outl(1, GAPSPCI_REGS+0x14); in gapspci_init()
84 outl(1, GAPSPCI_REGS+0x34); in gapspci_init()
/linux/arch/sh/include/mach-dreamcast/mach/
H A Dpci.h13 #define GAPSPCI_REGS 0x01001400 macro