Searched refs:cyparam (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/dev/cy/
H A Dcy.c122 * CS_TTGO = ~TS_TTSTOP (maintained by cyparam() and cystart())
123 * CS_CTS_OFLOW = CCTS_OFLOW (maintained by cyparam())
124 * CS_RTS_IFLOW = CRTS_IFLOW (maintained by cyparam())
240 static int cyparam(struct tty *tp, struct termios *t);
416 tp->t_param = cyparam;
1230 cyparam(struct tty *tp, struct termios *t) function

Completed in 119 milliseconds