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