Home
last modified time | relevance | path

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

/xnu-8796.121.2/pexpert/i386/
H A Dpe_serial.c88 UART_LSR = 5, /* line status register */ enumerator
/xnu-8796.121.2/iokit/Kernel/
H A DIOHibernateRestoreKernel.c115 UART_LSR = 5, /* line status register */ enumerator
144 while (!(inb(COM1_PORT_ADDR + UART_LSR) & UART_LSR_THRE)) { in hib_uart_putc()