Lines Matching refs:zsbits
1127 uint8_t zsbits; in tiocm_to_zs() local
1131 zsbits = 0; in tiocm_to_zs()
1133 SET(zsbits, ZSWR5_DTR); in tiocm_to_zs()
1135 SET(zsbits, ZSWR5_RTS); in tiocm_to_zs()
1139 CLR(ccs->cs_preg[5], zsbits); in tiocm_to_zs()
1143 SET(ccs->cs_preg[5], zsbits); in tiocm_to_zs()
1148 SET(ccs->cs_preg[5], zsbits); in tiocm_to_zs()
1170 uint8_t zsbits; in zs_to_tiocm() local
1175 zsbits = ccs->cs_preg[5]; in zs_to_tiocm()
1176 if (ISSET(zsbits, ZSWR5_DTR)) in zs_to_tiocm()
1178 if (ISSET(zsbits, ZSWR5_RTS)) in zs_to_tiocm()
1181 zsbits = cs->cs_rr0; in zs_to_tiocm()
1182 if (ISSET(zsbits, ZSRR0_DCD)) in zs_to_tiocm()
1184 if (ISSET(zsbits, ZSRR0_CTS)) in zs_to_tiocm()