Symbol: IO_BASE
arch/arm/mach-lpc32xx/lpc32xx.h
712
IO_BASE)
arch/arm/mach-rpc/ecard.c
231
src_pgd = pgd_offset(mm, (unsigned long)IO_BASE);
arch/arm/mach-rpc/include/mach/hardware.h
46
#define VIDC_BASE (IO_BASE + 0x00400000)
arch/arm/mach-rpc/include/mach/hardware.h
47
#define EXPMASK_BASE (IO_BASE + 0x00360000)
arch/arm/mach-rpc/include/mach/hardware.h
48
#define ECARD_IOC4_BASE (IO_BASE + 0x00270000)
arch/arm/mach-rpc/include/mach/hardware.h
49
#define ECARD_IOC_BASE (IO_BASE + 0x00240000)
arch/arm/mach-rpc/include/mach/hardware.h
50
#define IOMD_BASE (IO_BASE + 0x00200000)
arch/arm/mach-rpc/include/mach/hardware.h
51
#define IOC_BASE (IO_BASE + 0x00200000)
arch/arm/mach-rpc/include/mach/hardware.h
52
#define ECARD_MEMC8_BASE (IO_BASE + 0x0002b000)
arch/arm/mach-rpc/include/mach/hardware.h
53
#define FLOPPYDMA_BASE (IO_BASE + 0x0002a000)
arch/arm/mach-rpc/include/mach/hardware.h
54
#define PCIO_BASE (IO_BASE + 0x00010000)
arch/arm/mach-rpc/include/mach/hardware.h
55
#define ECARD_MEMC_BASE (IO_BASE + 0x00000000)
arch/arm/mach-rpc/riscpc.c
74
.virtual = (u32)IO_BASE,
arch/arm/mach-versatile/integrator-hardware.h
19
#define IO_ADDRESS(x) (((x) & 0x000fffff) | (((x) >> 4) & 0x0ff00000) | IO_BASE)
arch/loongarch/include/asm/addrspace.h
28
#ifndef IO_BASE
arch/m68k/include/asm/apollohw.h
77
#define sio01 ((*(volatile struct SCN2681 *)(IO_BASE + sio01_physaddr)))
arch/m68k/include/asm/apollohw.h
78
#define sio23 ((*(volatile struct SCN2681 *)(IO_BASE + sio23_physaddr)))
arch/m68k/include/asm/apollohw.h
79
#define rtc (((volatile struct mc146818 *)(IO_BASE + rtc_physaddr)))
arch/m68k/include/asm/apollohw.h
80
#define cpuctrl (*(volatile unsigned int *)(IO_BASE + cpuctrl_physaddr))
arch/m68k/include/asm/apollohw.h
81
#define pica (IO_BASE + pica_physaddr)
arch/m68k/include/asm/apollohw.h
82
#define picb (IO_BASE + picb_physaddr)
arch/m68k/include/asm/apollohw.h
83
#define apollo_timer (IO_BASE + timer_physaddr)
arch/m68k/include/asm/apollohw.h
84
#define addr_xlat_map ((unsigned short *)(IO_BASE + 0x17000))
arch/m68k/include/asm/apollohw.h
86
#define isaIO2mem(x) (((((x) & 0x3f8) << 7) | (((x) & 0xfc00) >> 6) | ((x) & 0x7)) + 0x40000 + IO_BASE)
arch/mips/include/asm/mach-generic/spaces.h
34
#ifndef IO_BASE
arch/mips/include/asm/mach-generic/spaces.h
62
#ifndef IO_BASE
arch/mips/include/asm/sgi/heart.h
24
#define HEART_XKPHYS_BASE ((void *)(IO_BASE | 0x000000000ff00000ULL))
arch/mips/include/asm/sibyte/sb1250.h
52
#define IOADDR(a) ((void __iomem *)(IO_BASE + (a)))
arch/mips/include/asm/sn/addrs.h
62
#define NODE_IO_BASE(_n) (IO_BASE + NODE_OFFSET(_n))
arch/mips/include/asm/txx9/rbtx4927.h
37
#define RBTX4927_LED_ADDR (IO_BASE + TXX9_CE(2) + 0x00001000)
arch/mips/include/asm/txx9/rbtx4927.h
38
#define RBTX4927_IMASK_ADDR (IO_BASE + TXX9_CE(2) + 0x00002000)
arch/mips/include/asm/txx9/rbtx4927.h
39
#define RBTX4927_IMSTAT_ADDR (IO_BASE + TXX9_CE(2) + 0x00002006)
arch/mips/include/asm/txx9/rbtx4927.h
40
#define RBTX4927_SOFTINT_ADDR (IO_BASE + TXX9_CE(2) + 0x00003000)
arch/mips/include/asm/txx9/rbtx4927.h
41
#define RBTX4927_SOFTRESET_ADDR (IO_BASE + TXX9_CE(2) + 0x0000f000)
arch/mips/include/asm/txx9/rbtx4927.h
42
#define RBTX4927_SOFTRESETLOCK_ADDR (IO_BASE + TXX9_CE(2) + 0x0000f002)
arch/mips/include/asm/txx9/rbtx4927.h
43
#define RBTX4927_PCIRESET_ADDR (IO_BASE + TXX9_CE(2) + 0x0000f006)
arch/mips/include/asm/txx9/rbtx4927.h
44
#define RBTX4927_BRAMRTC_BASE (IO_BASE + TXX9_CE(2) + 0x00010000)
arch/mips/include/asm/txx9/rbtx4927.h
45
#define RBTX4927_ETHER_BASE (IO_BASE + TXX9_CE(2) + 0x00020000)
arch/mips/kernel/setup.c
684
if (UNCAC_BASE != IO_BASE)
arch/mips/mm/ioremap64.c
9
u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE);
arch/mips/pci/ops-tx4927.c
255
channel->io_map_base - IO_BASE) |
arch/mips/sgi-ip27/ip27-init.c
134
set_io_port_base(IO_BASE);
arch/mips/sgi-ip30/ip30-setup.c
138
set_io_port_base(IO_BASE);
arch/mips/sgi-ip30/ip30-xtalk.c
21
#define IP30_RAW_SWIN_BASE(widget) (IO_BASE + IP30_SWIN_BASE(widget))
arch/mips/txx9/generic/pci.c
197
set_io_port_base(IO_BASE + pcic->mem_resource[1].start);
arch/mips/txx9/generic/pci.c
200
pcic->io_map_base = IO_BASE + pcic->mem_resource[1].start;
arch/mips/txx9/generic/pci.c
204
io_base - (mips_io_port_base - IO_BASE);
arch/mips/txx9/generic/pci.c
205
pcic->io_offset = io_base - (mips_io_port_base - IO_BASE);
arch/mips/txx9/rbtx4927/setup.c
290
.start = RBTX4927_BRAMRTC_BASE - IO_BASE,
arch/mips/txx9/rbtx4927/setup.c
291
.end = RBTX4927_BRAMRTC_BASE - IO_BASE + 0x800 - 1,
arch/mips/txx9/rbtx4927/setup.c
353
txx9_iocled_init(RBTX4927_LED_ADDR - IO_BASE, -1, 3, 1, "green", NULL);
drivers/pci/hotplug/cpqphp_pci.c
1235
u16 io_base = readw(one_slot + IO_BASE);
drivers/video/fbdev/dnfb.c
134
.smem_start = (FRAME_BUFFER_START + IO_BASE),
drivers/watchdog/sb_wdog.c
92
static char __iomem *kern_dog = (char __iomem *)(IO_BASE + (A_SCD_WDOG_CFG_0));
drivers/watchdog/sb_wdog.c
93
static char __iomem *user_dog = (char __iomem *)(IO_BASE + (A_SCD_WDOG_CFG_1));