Searched refs:GAPSPCI_REGS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/drivers/pci/ |
H A D | pci-dreamcast.c | 64 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()
|
/kernel/linux/linux-6.6/arch/sh/drivers/pci/ |
H A D | pci-dreamcast.c | 64 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()
|
/kernel/linux/linux-5.10/arch/sh/include/mach-dreamcast/mach/ |
H A D | pci.h | 13 #define GAPSPCI_REGS 0x01001400 macro
|
/kernel/linux/linux-6.6/arch/sh/include/mach-dreamcast/mach/ |
H A D | pci.h | 13 #define GAPSPCI_REGS 0x01001400 macro
|
Completed in 1 milliseconds