Home
last modified time | relevance | path

Searched refs:IO_SIZE (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/arch/m68k/mm/
Dkmap.c38 #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/
Dhardware.h31 #define IO_SIZE 0x0B000000 // How much? macro
/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dhardware.h33 #define IO_SIZE 0x1B000000 // How much? macro
/linux-2.4.37.9/arch/arm/mach-shark/
Dmm.c21 { IO_BASE , IO_START , IO_SIZE , DOMAIN_IO, 0, 1, 0, 0 },
/linux-2.4.37.9/arch/arm/mm/
Dmm-riscstation.c27 { IO_BASE, IO_START, IO_SIZE , DOMAIN_IO, 0, 1, 0, 0 }, /* IO space */
Dmm-rpc.c24 { IO_BASE, IO_START, IO_SIZE , DOMAIN_IO, 0, 1, 0, 0 }, /* IO space */
Dmm-clps7500.c20 { IO_BASE, IO_START, IO_SIZE , DOMAIN_IO, 0, 1 }, /* IO space */
Dmm-l7200.c17 { IO_BASE, IO_START, IO_SIZE, DOMAIN_IO, 0, 1 ,0 ,0},
/linux-2.4.37.9/arch/arm/mach-anakin/
Dmm.c22 { IO_BASE, IO_START, IO_SIZE, DOMAIN_IO, 0, 1, 0, 0 },
/linux-2.4.37.9/include/asm-arm/arch-shark/
Dhardware.h31 #define IO_SIZE 0x08000000 macro
/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dhardware.h33 #define IO_SIZE 0x0B000000 // How much? macro
/linux-2.4.37.9/include/asm-arm/arch-l7200/
Dhardware.h32 #define IO_SIZE 0x01000000 macro
/linux-2.4.37.9/include/asm-arm/arch-epxa/
Dhardware.h33 #define IO_SIZE 0x10000000 // How much? macro
/linux-2.4.37.9/include/asm-arm/arch-cl7500/
Dhardware.h29 #define IO_SIZE 0x01000000 macro
/linux-2.4.37.9/include/asm-arm/arch-riscstation/
Dhardware.h36 #define IO_SIZE 0x01000000 macro
/linux-2.4.37.9/include/asm-arm/arch-anakin/
Dhardware.h29 #define IO_SIZE 0x00100000 macro
/linux-2.4.37.9/include/asm-arm/arch-arc/
Dhardware.h38 #define IO_SIZE 0x01000000 macro
/linux-2.4.37.9/include/asm-arm/arch-rpc/
Dhardware.h36 #define IO_SIZE 0x01000000 macro
/linux-2.4.37.9/arch/arm/kernel/
Decard.c263 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()