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

/freebsd-11-stable/stand/pc98/libpc98/
H A Dcomconsole.c303 static int TRY_COUNT = 1000000; local
322 while (inb(comc_port + com_lsr) & LSR_RXRDY && ++tries < TRY_COUNT);
324 if (tries < TRY_COUNT) {
/freebsd-11-stable/stand/i386/libi386/
H A Dcomconsole.c321 static int TRY_COUNT = 1000000; local
340 while (inb(comc_port + com_lsr) & LSR_RXRDY && ++tries < TRY_COUNT);
342 if (tries < TRY_COUNT) {

Completed in 106 milliseconds