Searched refs:loops (Results 1 – 4 of 4) sorted by relevance
33 int loops = 100; in board_init() local45 if (--loops == 0) { in board_init()
47 static inline void delay(ulong loops) in delay() argument51 "bne 1b" : "=r" (loops) : "0" (loops)); in delay()
279 int ret, loops = 250; in detect_lvds() local294 while (--loops) { in detect_lvds()
93 and stop the fan. Then it loops until the switch is in ON position again,
Completed in 15 milliseconds