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

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c76 int asymaxchip = ASY16750; /* tunable: limit chip support we look for */ variable
1274 if (asymaxchip >= ASY16650 && asy_scr_test) {
1292 asy->asy_hwtype = asymaxchip; /* just for asy_reset_fifo() */
1293 if (asymaxchip >= ASY16550A)
1296 if (asymaxchip >= ASY16650)
1346 if (hwtype > asymaxchip) {
1368 if (asy->asy_hwtype == ASY16550A && asymaxchip >= ASY16650 &&

Completed in 54 milliseconds