Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/mm/
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()
199 offset = physaddr & (IO_SIZE - 1); in __ioremap()
200 physaddr &= -IO_SIZE; in __ioremap()
201 size = (size + offset + IO_SIZE - 1) & -IO_SIZE; in __ioremap()
/linux-6.1.9/drivers/i2c/busses/
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-6.1.9/arch/arm/mach-davinci/
Dhardware.h25 #define IO_SIZE 0x00400000 macro
Ddm355.c603 .length = IO_SIZE,
Dda850.c304 .length = IO_SIZE,
Ddm365.c609 .length = IO_SIZE,
Dda830.c630 .length = IO_SIZE,
/linux-6.1.9/arch/arm/mach-rpc/include/mach/
Dhardware.h33 #define IO_SIZE 0x01000000 macro
/linux-6.1.9/arch/arm/mach-rpc/
Driscpc.c76 .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()
/linux-6.1.9/arch/arm/mach-versatile/
Dintegrator-hardware.h15 #define IO_SIZE 0x0B000000 // How much? macro