Searched defs:IO_SIZE (Results 1 - 4 of 4) sorted by relevance

/arch/arm/mach-davinci/include/mach/
H A Dhardware.h27 #define IO_SIZE 0x00400000 macro
/arch/m68k/mm/
H A Dkmap.c37 #define IO_SIZE PAGE_SIZE macro
52 #define IO_SIZE (256*1024) macro
75 area->size = size + IO_SIZE;
87 addr = (void *)((unsigned long)addr & -IO_SIZE);
134 offset = physaddr & (IO_SIZE - 1);
135 physaddr &= -IO_SIZE;
136 size = (size + offset + IO_SIZE - 1) & -IO_SIZE;
/arch/arm/mach-rpc/include/mach/
H A Dhardware.h36 #define IO_SIZE 0x01000000 macro
/arch/arm/mach-integrator/
H A Dhardware.h28 #define IO_SIZE 0x0B000000 // How much? macro

Completed in 204 milliseconds