Home
last modified time | relevance | path

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

/linux/arch/m68k/mm/
A Dkmap.c35 #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 Di2c-pca-isa.c25 #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 Dhardware.h27 #define IO_SIZE 0x00400000 macro
/linux/arch/arm/mach-rpc/include/mach/
A Dhardware.h33 #define IO_SIZE 0x01000000 macro
/linux/arch/arm/mach-rpc/
A Driscpc.c76 .length = IO_SIZE ,
A 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()
/linux/arch/arm/mach-integrator/
A Dhardware.h15 #define IO_SIZE 0x0B000000 // How much? macro
/linux/arch/arm/mach-davinci/
A Ddm646x.c481 .length = IO_SIZE,
A Ddm644x.c541 .length = IO_SIZE,
A Ddm355.c607 .length = IO_SIZE,
A Dda850.c308 .length = IO_SIZE,
A Ddm365.c619 .length = IO_SIZE,
A Dda830.c633 .length = IO_SIZE,

Completed in 18 milliseconds