Home
last modified time | relevance | path

Searched refs:zsbits (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dz8530tty.c1127 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()
[all …]