Home
last modified time | relevance | path

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

/xnu-11417.121.6/pexpert/pexpert/arm/
H A Dapple_uart_regs.h69 uint32_t tx_fifo_full : 1; member
/xnu-11417.121.6/pexpert/arm/
H A Dpe_serial.c280 return !(ufstat.tx_fifo_full || ufstat.tx_fifo_count); in apple_uart_fifo_is_empty()
355 return !ufstat.tx_fifo_full; in apple_uart_transmit_ready()