Searched refs:TRY_COUNT (Results 1 – 1 of 1) sorted by relevance
320 static int TRY_COUNT = 1000000; in comc_setup() local350 while (inb(comc_port + com_lsr) & LSR_RXRDY && ++tries < TRY_COUNT); in comc_setup()352 if (tries < TRY_COUNT) { in comc_setup()