Searched refs:IO_SIZE (Results 1 – 7 of 7) sorted by relevance
35 #define IO_SIZE PAGE_SIZE macro50 #define IO_SIZE PMD_SIZE macro127 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()
25 #define IO_SIZE 0x00400000 macro
256 .length = IO_SIZE,
33 #define IO_SIZE 0x01000000 macro
76 .length = IO_SIZE ,
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()
15 #define IO_SIZE 0x0B000000 // How much? macro
Completed in 10 milliseconds