Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h179 #define ASY_LCR_WLS0 0x01 /* word length select bit 0 */ macro
194 #define ASY_LCR_BITS6 ASY_LCR_WLS0 /* 6 bits per char */
196 #define ASY_LCR_BITS8 (ASY_LCR_WLS0 | ASY_LCR_WLS1) /* 8 bits per char */
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c2788 asy_clr(asy, ASY_LCR, ASY_LCR_WLS0 | ASY_LCR_WLS1 | in asy_program()