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

/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_serial.c77 UART_LSR_THRE = 0x20 enumerator in enum:__anon1301
123 while ( !(READ(LSR) & UART_LSR_THRE) ) DELAY(1);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c123 UART_LSR_THRE = 0x20 enumerator in enum:__anon724
128 while (!(inb(COM1_PORT_ADDR + UART_LSR) & UART_LSR_THRE))

Completed in 114 milliseconds