Home
last modified time | relevance | path

Searched refs:GAPSPCI_DMA_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/sh/drivers/pci/
Dpci-dreamcast.c36 .start = GAPSPCI_DMA_BASE,
37 .end = GAPSPCI_DMA_BASE + GAPSPCI_DMA_SIZE - 1,
83 outl(GAPSPCI_DMA_BASE, GAPSPCI_REGS+0x28); in gapspci_init()
84 outl(GAPSPCI_DMA_BASE+GAPSPCI_DMA_SIZE, GAPSPCI_REGS+0x2c); in gapspci_init()
Dfixups-dreamcast.c55 GAPSPCI_DMA_BASE, in gapspci_fixup_resources()
56 GAPSPCI_DMA_BASE, in gapspci_fixup_resources()
/linux-2.6.39/arch/sh/include/mach-dreamcast/mach/
Dpci.h17 #define GAPSPCI_DMA_BASE 0x01840000 macro