Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c78 int asymaxchip = ASY16750; /* tunable: limit chip support we look for */ variable
1276 if (asymaxchip >= ASY16650 && asy_scr_test) { in asy_identify_chip()
1294 asy->asy_hwtype = asymaxchip; /* just for asy_reset_fifo() */ in asy_identify_chip()
1295 if (asymaxchip >= ASY16550A) in asy_identify_chip()
1298 if (asymaxchip >= ASY16650) in asy_identify_chip()
1348 if (hwtype > asymaxchip) { in asy_identify_chip()
1370 if (asy->asy_hwtype == ASY16550A && asymaxchip >= ASY16650 && in asy_identify_chip()