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

/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_serial.c77 UART_LSR_THRE = 0x20 enumerator in enum:__anon976
123 while ( !(READ(LSR) & UART_LSR_THRE) ) DELAY(1);

Completed in 19 milliseconds