Searched refs:zsbits (Results 1 – 1 of 1) sorted by relevance
1127 uint8_t zsbits; in tiocm_to_zs() local1131 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() local1175 zsbits = ccs->cs_preg[5]; in zs_to_tiocm()1176 if (ISSET(zsbits, ZSWR5_DTR)) in zs_to_tiocm()[all …]