Searched refs:combits (Results 1 - 5 of 5) sorted by relevance
| /src/sys/dev/usb/ |
| H A D | ucycom.c | 1024 u_char combits; local in function:tiocm_to_ucycom 1027 combits = 0; 1029 SET(combits, UCYCOM_DTR); 1031 SET(combits, UCYCOM_RTS); 1035 CLR(sc->sc_mcr, combits); 1039 SET(sc->sc_mcr, combits); 1044 SET(sc->sc_mcr, combits); 1056 u_char combits; local in function:ucycom_to_tiocm 1059 combits = sc->sc_mcr; 1060 if (ISSET(combits, UCYCOM_DT [all...] |
| H A D | ucom.c | 1389 u_char combits; local in function:tiocm_to_ucom 1391 combits = 0; 1393 SET(combits, UMCR_DTR); 1395 SET(combits, UMCR_RTS); 1400 CLR(sc->sc_mcr, combits); 1404 SET(sc->sc_mcr, combits); 1409 SET(sc->sc_mcr, combits); 1415 if (how == TIOCMSET || ISSET(combits, UMCR_DTR)) 1417 if (how == TIOCMSET || ISSET(combits, UMCR_RTS)) 1424 u_char combits; local in function:ucom_to_tiocm [all...] |
| /src/sys/arch/arm/xilinx/ |
| H A D | zynq_uart.c | 1039 u_char combits; local in function:tiocm_to_zynquart 1041 combits = 0; 1043 SET(combits, MODEMCR_DTR); 1045 SET(combits, MODEMCR_RTS); 1049 CLR(sc->sc_mcr, combits); 1053 SET(sc->sc_mcr, combits); 1058 SET(sc->sc_mcr, combits); 1072 uint32_t combits; local in function:zynquart_to_tiocm 1075 combits = sc->sc_mcr; 1076 if (ISSET(combits, MODEMCR_DT [all...] |
| /src/sys/dev/ic/ |
| H A D | com.c | 1549 u_char combits; local in function:tiocm_to_com 1551 combits = 0; 1553 SET(combits, MCR_DTR); 1555 SET(combits, MCR_RTS); 1559 CLR(sc->sc_mcr, combits); 1563 SET(sc->sc_mcr, combits); 1568 SET(sc->sc_mcr, combits); 1585 u_char combits; local in function:com_to_tiocm 1588 combits = sc->sc_mcr; 1589 if (ISSET(combits, MCR_DT [all...] |
| /src/sys/arch/arm/clps711x/ |
| H A D | clpscom.c | 891 uint32_t combits; local in function:clpscom_to_tiocm 894 combits = sc->sc_ms; 895 if (ISSET(combits, SYSFLG_DCD)) 897 if (ISSET(combits, SYSFLG_CTS)) 899 if (ISSET(combits, SYSFLG_DSR))
|
Completed in 10 milliseconds