Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/
H A Dsu_driver.c414 if (asy->asy_hwtype == ASY16C554D) in asydetach()
430 asy->asy_hwtype == ASY82510 ? "82510" : in asydetach()
431 asy->asy_hwtype == ASY16550AF ? "16550AF" : in asydetach()
432 asy->asy_hwtype == ASY16C554D ? "16C554D" : in asydetach()
443 if (asy->asy_hwtype == ASY16C554D) in asydetach()
584 asy->asy_hwtype = ASY82510; in asyattach()
592 asy->asy_hwtype = ASY16550AF; in asyattach()
603 asy->asy_hwtype = ASY8250; in asyattach()
613 asy->asy_hwtype = ASY16C554D; in asyattach()
618 if (asy->asy_hwtype == ASY16C554D) in asyattach()
[all …]
/titanic_44/usr/src/uts/common/io/
H A Dasy.c1214 switch (asy->asy_hwtype) { in asy_hw_name()
1228 asy->asy_unit, asy->asy_hwtype); in asy_hw_name()
1292 asy->asy_hwtype = asymaxchip; /* just for asy_reset_fifo() */ in asy_identify_chip()
1362 asy->asy_hwtype = hwtype; in asy_identify_chip()
1368 if (asy->asy_hwtype == ASY16550A && asymaxchip >= ASY16650 && in asy_identify_chip()
1388 asy->asy_hwtype = ASY16650; in asy_identify_chip()
1464 hwtype = asy->asy_hwtype; in asy_identify_chip()
1496 if (asy->asy_hwtype >= ASY16650 && hwtype < ASY16650) { in asy_identify_chip()
1506 asy->asy_hwtype = hwtype; in asy_identify_chip()
1519 if (asy->asy_hwtype == ASY16550) /* for broken 16550's, */ in asy_identify_chip()
[all …]
/titanic_44/usr/src/uts/sun4/sys/
H A Dsudev.h239 uint_t asy_hwtype; /* HW type: ASY82510, etc. */ member
/titanic_44/usr/src/uts/common/sys/
H A Dasy.h264 uint_t asy_hwtype; /* HW type: ASY16550A, etc. */ member