Searched refs:check_mirror (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/arcnet/ |
H A D | arc-rimi.c | 99 static int check_mirror(unsigned long addr, size_t size) in check_mirror() function 159 check_mirror(shmem - MIRROR_SIZE, MIRROR_SIZE) == 0 && in arcrimi_found() 160 check_mirror(shmem - 2 * MIRROR_SIZE, MIRROR_SIZE) == 1) in arcrimi_found() 164 while (check_mirror(first_mirror, mirror_size) == 1) in arcrimi_found() 169 while (check_mirror(last_mirror, mirror_size) == 1) in arcrimi_found()
|
H A D | com90xx.c | 436 static int __init check_mirror(unsigned long addr, size_t size) in check_mirror() function 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() 490 while (check_mirror(first_mirror, mirror_size) == 1) in com90xx_found() 495 while (check_mirror(last_mirror, mirror_size) == 1) in com90xx_found()
|