Home
last modified time | relevance | path

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

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