Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h196 #define ASY_LCR_BITS8 (ASY_LCR_WLS0 | ASY_LCR_WLS1) /* 8 bits per char */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c1521 asy->asy_lcr = ASY_LCR_STOP1 | ASY_LCR_BITS8; in asyattach()
2116 asy_put(asy, ASY_LCR, ASY_LCR_STOP1 | ASY_LCR_BITS8); in asy_identify_chip()
2789 lcr |= ASY_LCR_BITS8; in asy_program()
5056 asy->asy_cflag |= ASY_LCR_BITS8; /* add default bits */ in asy_parse_mode()
5102 asy->asy_cflag |= ASY_LCR_BITS8; /* add default bits */ in asy_parse_mode()
5109 asy->asy_lcr = ASY_LCR_BITS8; in asy_parse_mode()