Searched refs:dly (Results 1 – 1 of 1) sorted by relevance
32 volatile uint32_t dly; in wdt_set_ctrl() local37 dly = DIV_ROUND_UP(48000000 * 2, 115000); in wdt_set_ctrl()38 dly >>= 3; /* ~8 cycles for one while loop */ in wdt_set_ctrl()39 while (dly--) { in wdt_set_ctrl()