Home
last modified time | relevance | path

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

/external/coreboot/src/drivers/uart/
Duart8250mem.c42 static int uart8250_mem_can_tx_byte(void *base) in uart8250_mem_can_tx_byte() function
50 while (i-- && !uart8250_mem_can_tx_byte(base)) in uart8250_mem_tx_byte()