Searched refs:sh_isa_memmap (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/sh/kernel/ |
D | io_7751se.c | 277 static __u32 sh_isa_memmap[256]; variable 289 sh_isa_memmap[idx] = 0xb8000000 + (offset &~ 0xfff); 291 start, length, offset, idx, sh_isa_memmap[idx]); 303 return sh_isa_memmap[idx] + offset; in sh7751se_isa_port2addr()
|
D | io_snapgear.c | 270 static __u32 sh_isa_memmap[256]; variable 282 sh_isa_memmap[idx] = 0xb8000000 + (offset &~ 0xfff); in sh_isa_mmap() 285 start, length, offset, idx, sh_isa_memmap[idx]); in sh_isa_mmap() 298 return sh_isa_memmap[idx] + offset; in snapgear_isa_port2addr()
|
D | io_se.c | 226 static __u32 sh_isa_memmap[256]; variable 237 sh_isa_memmap[idx] = 0xb8000000 + (offset &~ 0xfff); in sh_isa_mmap() 240 start, length, offset, idx, sh_isa_memmap[idx]); in sh_isa_mmap() 252 return sh_isa_memmap[idx] + offset; in se_isa_port2addr()
|
D | io_hs7729pci.c | 285 static __u32 sh_isa_memmap[256]; variable 296 sh_isa_memmap[idx] = 0xb8000000 + (offset &~ 0xfff); in sh_isa_mmap() 299 start, length, offset, idx, sh_isa_memmap[idx]); in sh_isa_mmap() 311 return sh_isa_memmap[idx] + offset; in hs7729pci_isa_port2addr()
|