Searched refs:IIR_TO (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp432 switch (iir & (IIR_IMASK | IIR_TO)) {
470 case IIR_TO:
471 case IIR_TO | IIR_RDA:
474 TRACE(("IIR_TO/RDA\n"));
H A DUART.h43 #define IIR_TO (1 << 3) // 16550 macro

Completed in 65 milliseconds