Lines Matching refs:MIRROR_SIZE
80 #define MIRROR_SIZE (BUFFER_SIZE * 4) macro
218 if (!request_mem_region(*p, MIRROR_SIZE, "arcnet (90xx)")) { in com90xx_probe()
225 base = ioremap(*p, MIRROR_SIZE); in com90xx_probe()
262 release_mem_region(*p, MIRROR_SIZE); in com90xx_probe()
430 release_mem_region(shmems[index], MIRROR_SIZE); in com90xx_probe()
473 release_mem_region(shmem, MIRROR_SIZE); in com90xx_found()
483 mirror_size = MIRROR_SIZE; in com90xx_found()
485 check_mirror(shmem - MIRROR_SIZE, MIRROR_SIZE) == 0 && in com90xx_found()
486 check_mirror(shmem - 2 * MIRROR_SIZE, MIRROR_SIZE) == 1) in com90xx_found()
487 mirror_size = 2 * MIRROR_SIZE; in com90xx_found()
500 dev->mem_end = last_mirror + MIRROR_SIZE - 1; in com90xx_found()
503 release_mem_region(shmem, MIRROR_SIZE); in com90xx_found()