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

/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c578 #define I8251F_div 0x13a macro
4305 PC98SIO_baud_rate_port(if_type) = I8251F_div;
4355 outb(I8251F_div, 0x8c);
4358 if ((inb(I8251F_div) & 0x80) != 0) {
4364 outb(I8251F_div, 0);
4367 if ((inb(I8251F_div) & 0x80) == 0)

Completed in 105 milliseconds