/linux-2.4.37.9/arch/m68k/mm/ |
D | kmap.c | 38 #define IO_SIZE PAGE_SIZE macro 53 #define IO_SIZE (256*1024) macro 74 area->size = size + IO_SIZE; /* leave a gap between */ in get_io_area() 86 addr = (void *)((unsigned long)addr & -IO_SIZE); in free_io_area() 90 if ( tmp->size > IO_SIZE ) in free_io_area() 91 __iounmap(tmp->addr, tmp->size - IO_SIZE); in free_io_area() 137 offset = physaddr & (IO_SIZE - 1); in __ioremap() 138 physaddr &= -IO_SIZE; in __ioremap() 139 size = (size + offset + IO_SIZE - 1) & -IO_SIZE; in __ioremap()
|
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/ |
D | hardware.h | 31 #define IO_SIZE 0x0B000000 // How much? macro
|
/linux-2.4.37.9/include/asm-arm/arch-omaha/ |
D | hardware.h | 33 #define IO_SIZE 0x1B000000 // How much? macro
|
/linux-2.4.37.9/arch/arm/mach-shark/ |
D | mm.c | 21 { IO_BASE , IO_START , IO_SIZE , DOMAIN_IO, 0, 1, 0, 0 },
|
/linux-2.4.37.9/arch/arm/mm/ |
D | mm-riscstation.c | 27 { IO_BASE, IO_START, IO_SIZE , DOMAIN_IO, 0, 1, 0, 0 }, /* IO space */
|
D | mm-rpc.c | 24 { IO_BASE, IO_START, IO_SIZE , DOMAIN_IO, 0, 1, 0, 0 }, /* IO space */
|
D | mm-clps7500.c | 20 { IO_BASE, IO_START, IO_SIZE , DOMAIN_IO, 0, 1 }, /* IO space */
|
D | mm-l7200.c | 17 { IO_BASE, IO_START, IO_SIZE, DOMAIN_IO, 0, 1 ,0 ,0},
|
/linux-2.4.37.9/arch/arm/mach-anakin/ |
D | mm.c | 22 { IO_BASE, IO_START, IO_SIZE, DOMAIN_IO, 0, 1, 0, 0 },
|
/linux-2.4.37.9/include/asm-arm/arch-shark/ |
D | hardware.h | 31 #define IO_SIZE 0x08000000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-integrator/ |
D | hardware.h | 33 #define IO_SIZE 0x0B000000 // How much? macro
|
/linux-2.4.37.9/include/asm-arm/arch-l7200/ |
D | hardware.h | 32 #define IO_SIZE 0x01000000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-epxa/ |
D | hardware.h | 33 #define IO_SIZE 0x10000000 // How much? macro
|
/linux-2.4.37.9/include/asm-arm/arch-cl7500/ |
D | hardware.h | 29 #define IO_SIZE 0x01000000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-riscstation/ |
D | hardware.h | 36 #define IO_SIZE 0x01000000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-anakin/ |
D | hardware.h | 29 #define IO_SIZE 0x00100000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-arc/ |
D | hardware.h | 38 #define IO_SIZE 0x01000000 macro
|
/linux-2.4.37.9/include/asm-arm/arch-rpc/ |
D | hardware.h | 36 #define IO_SIZE 0x01000000 macro
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | ecard.c | 263 while (dst_addr < IO_START + IO_SIZE) { in ecard_init_pgtables() 277 flush_tlb_range(mm, IO_START, IO_START + IO_SIZE); in ecard_init_pgtables()
|