Searched refs:IO_SIZE (Results 1 - 9 of 9) sorted by last modified time

/linux-master/arch/arm/mach-rpc/
H A Decard.c234 memcpy(dst_pgd, src_pgd, sizeof(pgd_t) * (IO_SIZE / PGDIR_SIZE));
241 flush_tlb_range(&vma, IO_START, IO_START + IO_SIZE);
H A Driscpc.c76 .length = IO_SIZE ,
/linux-master/arch/arm/mach-davinci/
H A Dda850.c257 .length = IO_SIZE,
H A Dda830.c454 .length = IO_SIZE,
H A Dhardware.h25 #define IO_SIZE 0x00400000 macro
/linux-master/arch/arm/mach-versatile/
H A Dintegrator-hardware.h15 #define IO_SIZE 0x0B000000 // How much? macro
/linux-master/arch/m68k/mm/
H A Dkmap.c35 #define IO_SIZE PAGE_SIZE macro
50 #define IO_SIZE PMD_SIZE macro
127 area->size = size + IO_SIZE;
139 addr = (void *)((unsigned long)addr & -IO_SIZE);
144 __free_io_area(tmp->addr, tmp->size - IO_SIZE);
199 offset = physaddr & (IO_SIZE - 1);
200 physaddr &= -IO_SIZE;
201 size = (size + offset + IO_SIZE - 1) & -IO_SIZE;
/linux-master/drivers/i2c/busses/
H A Di2c-pca-isa.c25 #define IO_SIZE 4 macro
135 if (!request_region(base, IO_SIZE, "i2c-pca-isa")) {
159 release_region(base, IO_SIZE);
172 release_region(base, IO_SIZE);
/linux-master/arch/arm/mach-rpc/include/mach/
H A Dhardware.h33 #define IO_SIZE 0x01000000 macro

Completed in 171 milliseconds