Searched defs:asy_reset_fifo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c200 static void asy_reset_fifo(struct asycom *asy, uchar_t flags);
1292 asy->asy_hwtype = asymaxchip; /* just for asy_reset_fifo() */
1299 asy_reset_fifo(asy, FIFOTXFLSH | FIFORXFLSH);
1357 * Note we must call asy_reset_fifo() before any possible
1361 asy_reset_fifo(asy, 0);
1391 asy_reset_fifo(asy, 0);
1493 * Again as earlier above, we must call asy_reset_fifo()
1505 asy_reset_fifo(asy, FIFOTXFLSH | FIFORXFLSH);
1988 /* asy_reset_fifo -- flush fifos and [re]program fifo control register */
1990 asy_reset_fifo(struc function
[all...]

Completed in 64 milliseconds