Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dcd18xxvar.h88 p_cor3, /* channel option reg 3 */ member
H A Dcd18xx.c724 cd18xx_write(sc, CD18xx_COR3, p->p_cor3); in cdtty_loadchannelregs()
863 p->p_cor3 = (t->c_ospeed <= 1200 ? 1 : t->c_ospeed <= 38400 ? 8 : 4); in cdttyparam()