Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_ns8250.c76 static int broken_txfifo = 0; variable
77 SYSCTL_INT(_hw, OID_AUTO, broken_txfifo, CTLFLAG_RWTUN,
78 &broken_txfifo, 0, "UART FIFO has QEMU emulation bug");
577 broken_txfifo = cell ? 1 : 0; in ns8250_bus_attach()
1106 if (!broken_txfifo) in ns8250_bus_transmit()
1110 if (broken_txfifo) in ns8250_bus_transmit()
1115 if (broken_txfifo) in ns8250_bus_transmit()
/freebsd/sys/arm64/conf/
H A Dstd.ec213 #envvar hw.broken_txfifo=1