sscom.c | 394 int msts; local in function:sscom_read_modem_status 396 msts = bus_space_read_1(sc->sc_iot, sc->sc_ioh, SSCOM_UMSTAT); 399 return (msts & UMSTAT_CTS) | MSTS_DCD | MSTS_DSR; 1558 u_char msts, delta; local in function:sscomrxintr 1641 msts = sc->sc_read_modem_status(sc); 1642 delta = msts ^ sc->sc_msts; 1643 sc->sc_msts = msts; 1701 if (ISSET(~msts, sc->sc_msr_mask)) {
|