Searched refs:IO_SIZE (Results 1 – 12 of 12) sorted by relevance
/arch/m68k/mm/ |
D | kmap.c | 37 #define IO_SIZE PAGE_SIZE macro 52 #define IO_SIZE (256*1024) macro 75 area->size = size + IO_SIZE; in get_io_area() 87 addr = (void *)((unsigned long)addr & -IO_SIZE); in free_io_area() 92 __iounmap(tmp->addr, tmp->size - IO_SIZE); in free_io_area() 135 offset = physaddr & (IO_SIZE - 1); in __ioremap() 136 physaddr &= -IO_SIZE; in __ioremap() 137 size = (size + offset + IO_SIZE - 1) & -IO_SIZE; in __ioremap()
|
/arch/arm/mach-davinci/include/mach/ |
D | hardware.h | 27 #define IO_SIZE 0x00400000 macro
|
/arch/arm/mach-rpc/include/mach/ |
D | hardware.h | 36 #define IO_SIZE 0x01000000 macro
|
/arch/arm/mach-rpc/ |
D | riscpc.c | 77 .length = IO_SIZE ,
|
D | ecard.c | 232 memcpy(dst_pgd, src_pgd, sizeof(pgd_t) * (IO_SIZE / PGDIR_SIZE)); in ecard_init_pgtables() 242 flush_tlb_range(&vma, IO_START, IO_START + IO_SIZE); in ecard_init_pgtables()
|
/arch/arm/mach-integrator/ |
D | hardware.h | 28 #define IO_SIZE 0x0B000000 // How much? macro
|
/arch/arm/mach-davinci/ |
D | dm646x.c | 771 .length = IO_SIZE,
|
D | dm644x.c | 787 .length = IO_SIZE,
|
D | dm355.c | 901 .length = IO_SIZE,
|
D | dm365.c | 996 .length = IO_SIZE,
|
D | da850.c | 857 .length = IO_SIZE,
|
D | da830.c | 1116 .length = IO_SIZE,
|