Lines Matching refs:zsbits
1206 uint8_t zsbits; in tiocm_to_zs() local
1210 zsbits = 0; in tiocm_to_zs()
1212 SET(zsbits, ZSWR5_DTR); in tiocm_to_zs()
1214 SET(zsbits, ZSWR5_RTS); in tiocm_to_zs()
1218 CLR(ccs->cs_preg[5], zsbits); in tiocm_to_zs()
1222 SET(ccs->cs_preg[5], zsbits); in tiocm_to_zs()
1227 SET(ccs->cs_preg[5], zsbits); in tiocm_to_zs()
1249 uint8_t zsbits; in zs_to_tiocm() local
1254 zsbits = ccs->cs_preg[5]; in zs_to_tiocm()
1255 if (ISSET(zsbits, ZSWR5_DTR)) in zs_to_tiocm()
1257 if (ISSET(zsbits, ZSWR5_RTS)) in zs_to_tiocm()
1260 zsbits = cs->cs_rr0; in zs_to_tiocm()
1261 if (ISSET(zsbits, ZSRR0_DCD)) in zs_to_tiocm()
1263 if (ISSET(zsbits, ZSRR0_CTS)) in zs_to_tiocm()