Home
last modified time | relevance | path

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

/linux/arch/sh/drivers/pci/
H A Dpci-dreamcast.c33 .start = GAPSPCI_DMA_BASE,
34 .end = GAPSPCI_DMA_BASE + GAPSPCI_DMA_SIZE - 1,
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()
H A Dfixups-dreamcast.c59 res.start = GAPSPCI_DMA_BASE; in gapspci_fixup_resources()
60 res.end = GAPSPCI_DMA_BASE + GAPSPCI_DMA_SIZE - 1; in gapspci_fixup_resources()
/linux/arch/sh/include/mach-dreamcast/mach/
H A Dpci.h14 #define GAPSPCI_DMA_BASE 0x01840000 macro