Searched refs:maxtry (Results 1 – 1 of 1) sorted by relevance
305 int maxtry = 10; /* just for safety - let's not get stuck here */ in ves1x93_read_status() local306 while ((sync & 0x03) != 0x03 && (sync & 0x0c) && maxtry--) { in ves1x93_read_status()