Searched refs:IO_SIZE (Results 1 – 13 of 13) sorted by relevance
/linux/arch/m68k/mm/ |
A D | kmap.c | 35 #define IO_SIZE PAGE_SIZE macro 50 #define IO_SIZE PMD_SIZE macro 127 area->size = size + IO_SIZE; in get_io_area() 139 addr = (void *)((unsigned long)addr & -IO_SIZE); in free_io_area() 144 __free_io_area(tmp->addr, tmp->size - IO_SIZE); in free_io_area() 193 offset = physaddr & (IO_SIZE - 1); in __ioremap() 194 physaddr &= -IO_SIZE; in __ioremap() 195 size = (size + offset + IO_SIZE - 1) & -IO_SIZE; in __ioremap()
|
/linux/drivers/i2c/busses/ |
A D | i2c-pca-isa.c | 25 #define IO_SIZE 4 macro 135 if (!request_region(base, IO_SIZE, "i2c-pca-isa")) { in pca_isa_probe() 159 release_region(base, IO_SIZE); in pca_isa_probe() 172 release_region(base, IO_SIZE); in pca_isa_remove()
|
/linux/arch/arm/mach-davinci/include/mach/ |
A D | hardware.h | 27 #define IO_SIZE 0x00400000 macro
|
/linux/arch/arm/mach-rpc/include/mach/ |
A D | hardware.h | 33 #define IO_SIZE 0x01000000 macro
|
/linux/arch/arm/mach-rpc/ |
A D | riscpc.c | 76 .length = IO_SIZE ,
|
A D | ecard.c | 234 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()
|
/linux/arch/arm/mach-integrator/ |
A D | hardware.h | 15 #define IO_SIZE 0x0B000000 // How much? macro
|
/linux/arch/arm/mach-davinci/ |
A D | dm646x.c | 481 .length = IO_SIZE,
|
A D | dm644x.c | 541 .length = IO_SIZE,
|
A D | dm355.c | 607 .length = IO_SIZE,
|
A D | da850.c | 308 .length = IO_SIZE,
|
A D | dm365.c | 619 .length = IO_SIZE,
|
A D | da830.c | 633 .length = IO_SIZE,
|
Completed in 18 milliseconds