Searched refs:GAPSPCI_REGS (Results 1 – 2 of 2) sorted by relevance
67 idbuf[i] = inb(GAPSPCI_REGS+i); in gapspci_init()72 outl(0x5a14a501, GAPSPCI_REGS+0x18); in gapspci_init()77 if (inl(GAPSPCI_REGS+0x18) != 1) in gapspci_init()80 outl(0x01000000, GAPSPCI_REGS+0x20); in gapspci_init()81 outl(0x01000000, GAPSPCI_REGS+0x24); in gapspci_init()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()86 outl(1, GAPSPCI_REGS+0x14); in gapspci_init()87 outl(1, GAPSPCI_REGS+0x34); in gapspci_init()
16 #define GAPSPCI_REGS 0x01001400 macro