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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_sun4i.h38 #define TX_READY (readl(UART_LSR(UART)) & UART_LSR_TEMT)
58 #define UART_LSR(n) (uart_base + (n)*0x400 + 0x14) macro
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_serial.c54 UART_LSR = 5, /* line status register */ enumerator in enum:__anon1298
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c100 UART_LSR = 5, /* line status register */ enumerator in enum:__anon721
128 while (!(inb(COM1_PORT_ADDR + UART_LSR) & UART_LSR_THRE))

Completed in 20 milliseconds