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

/freebsd-11-stable/sys/dev/cy/
H A Dcy.c555 u_char line_status; local
615 line_status = buf[com->ierroff];
617 if (line_status
619 if (line_status & CD1400_RDSR_BREAK)
621 if (line_status & CD1400_RDSR_FE)
623 if (line_status & CD1400_RDSR_OE)
625 if (line_status & CD1400_RDSR_PE)
683 u_char line_status; local
713 line_status = cd_inb(iobase, CD1400_RDSR, cy_align);
717 if (line_status
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c2056 u_char line_status; local
2112 line_status = buf[com->ierroff];
2114 if (line_status
2116 if (line_status & LSR_BI)
2118 if (line_status & LSR_FE)
2120 if (line_status & LSR_OE)
2122 if (line_status & LSR_PE)
2263 u_char line_status; local
2295 line_status = 0;
2297 if (tmp & FLSR_TxRDY) line_status |
[all...]
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1313 u_char line_status; local
1369 line_status = buf[com->ierroff];
1371 if (line_status
1373 if (line_status & LSR_BI)
1375 if (line_status & LSR_FE)
1377 if (line_status & LSR_OE)
1379 if (line_status & LSR_PE)
1484 u_char line_status; local
1512 line_status = inb(com->line_status_port);
1515 while (line_status
[all...]
/freebsd-11-stable/sys/dev/cs/
H A Dif_cs.c1149 int line_status; local
1154 line_status = cs_readreg(sc, PP_LineST);
1155 if (line_status & TENBASET_ON) {
1164 if (line_status & LINK_OK)
1167 if (line_status & AUI_ON) {

Completed in 99 milliseconds