Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dcomconsole.c320 static int TRY_COUNT = 1000000; in comc_setup() local
350 while (inb(comc_port + com_lsr) & LSR_RXRDY && ++tries < TRY_COUNT); in comc_setup()
352 if (tries < TRY_COUNT) { in comc_setup()