Home
last modified time | relevance | path

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

/arch/m68k/mm/
Dkmap.c38 #define IO_SIZE PAGE_SIZE macro
53 #define IO_SIZE (256*1024) macro
76 area->size = size + IO_SIZE; in get_io_area()
88 addr = (void *)((unsigned long)addr & -IO_SIZE); in free_io_area()
93 __iounmap(tmp->addr, tmp->size - IO_SIZE); in free_io_area()
140 offset = physaddr & (IO_SIZE - 1); in __ioremap()
141 physaddr &= -IO_SIZE; in __ioremap()
142 size = (size + offset + IO_SIZE - 1) & -IO_SIZE; in __ioremap()
/arch/arm/mach-davinci/include/mach/
Dhardware.h27 #define IO_SIZE 0x00400000 macro
/arch/arm/mach-rpc/include/mach/
Dhardware.h33 #define IO_SIZE 0x01000000 macro
/arch/arm/mach-rpc/
Driscpc.c75 .length = IO_SIZE ,
Decard.c234 memcpy(dst_pgd, src_pgd, sizeof(pgd_t) * (IO_SIZE / PGDIR_SIZE)); in ecard_init_pgtables()
241 flush_tlb_range(&vma, IO_START, IO_START + IO_SIZE); in ecard_init_pgtables()
/arch/arm/mach-integrator/
Dhardware.h15 #define IO_SIZE 0x0B000000 // How much? macro
/arch/arm/mach-davinci/
Ddm646x.c481 .length = IO_SIZE,
Ddm644x.c541 .length = IO_SIZE,
Ddm355.c607 .length = IO_SIZE,
Dda850.c308 .length = IO_SIZE,
Ddm365.c618 .length = IO_SIZE,
Dda830.c633 .length = IO_SIZE,