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

/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c293 int pc98_if_type; member in struct:com_s
449 (IS_8251((com)->pc98_if_type) ? \
453 (IS_8251((com)->pc98_if_type) ? \
1461 com->pc98_if_type = if_type;
1547 if (IS_8251(com->pc98_if_type)) {
1555 if (com->pc98_if_type == COM_IF_INTERNAL) {
1558 PC98SIO_baud_rate_port(com->pc98_if_type) != -1 ?
1561 printf(" 8251%s", if_8251_type[com->pc98_if_type & 0x0f].name);
1584 if (com->pc98_if_type == COM_IF_RSA98III) {
1606 if (com->pc98_if_type
[all...]

Completed in 47 milliseconds