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.c1516 asy->asy_lcr = ASY_LCR_STOP1 | ASY_LCR_BITS8; in asyattach()
2111 asy_put(asy, ASY_LCR, ASY_LCR_STOP1 | ASY_LCR_BITS8); in asy_identify_chip()
2784 lcr |= ASY_LCR_BITS8; in asy_program()
5037 asy->asy_cflag |= ASY_LCR_BITS8; /* add default bits */ in asy_parse_mode()
5083 asy->asy_cflag |= ASY_LCR_BITS8; /* add default bits */ in asy_parse_mode()
5090 asy->asy_lcr = ASY_LCR_BITS8; in asy_parse_mode()