Searched refs:IO_SIZE (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/m68k/mm/ | 
| D | kmap.c | 38 #define IO_SIZE		PAGE_SIZE  macro 53 #define IO_SIZE		(256*1024)  macro 76 	area->size = size + IO_SIZE;  in get_io_area() 88 	addr = (void *)((unsigned long)addr & -IO_SIZE);  in free_io_area() 93 			__iounmap(tmp->addr, tmp->size - IO_SIZE);  in free_io_area() 140 	offset = physaddr & (IO_SIZE - 1);  in __ioremap() 141 	physaddr &= -IO_SIZE;  in __ioremap() 142 	size = (size + offset + IO_SIZE - 1) & -IO_SIZE;  in __ioremap()
  | 
| /Linux-v5.4/drivers/i2c/busses/ | 
| 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-v5.4/arch/arm/mach-davinci/include/mach/ | 
| D | hardware.h | 27 #define IO_SIZE				0x00400000  macro
  | 
| /Linux-v5.4/arch/arm/mach-rpc/include/mach/ | 
| D | hardware.h | 33 #define IO_SIZE			0x01000000  macro
  | 
| /Linux-v5.4/arch/arm/mach-rpc/ | 
| D | riscpc.c | 75 		.length		= 	IO_SIZE	 ,
  | 
| 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-v5.4/arch/arm/mach-integrator/ | 
| D | hardware.h | 15 #define IO_SIZE			0x0B000000                 // How much?  macro
  | 
| /Linux-v5.4/arch/arm/mach-davinci/ | 
| D | dm646x.c | 481 		.length		= IO_SIZE,
  | 
| D | dm644x.c | 541 		.length		= IO_SIZE,
  | 
| D | dm355.c | 607 		.length		= IO_SIZE,
  | 
| D | da850.c | 308 		.length		= IO_SIZE,
  | 
| D | dm365.c | 618 		.length		= IO_SIZE,
  | 
| D | da830.c | 633 		.length		= IO_SIZE,
  |