Searched refs:TRY_COUNT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/stand/i386/libi386/
H A Dcomconsole.c323 static int TRY_COUNT = 1000000; local
352 while (inb(comc_port + com_lsr) & LSR_RXRDY && ++tries < TRY_COUNT);
354 if (tries < TRY_COUNT) {

Completed in 30 milliseconds