Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c66 #define BITS8 0x03 /* 8 bits per char */ macro
206 port->lcr = BITS8; /* 8,n,1 */ in comc_ini()
360 (sp->lcr & BITS8) == BITS8? 8:7, in comc_asprint_mode()
391 case 8: lcr = BITS8; in comc_parse_mode()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_serial.h66 #define BITS8 0x03 /* 8 bits per char */ macro
H A Dboot_console.c476 lcr |= BITS8; in serial_adjust_prop()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.S63 #define BITS8 0x03 /* 8 bits per char */ macro
422 D16 movb $_CONST(STOP1|BITS8), %al / 1 stop bit, 8bit word len
443 D16 movb $_CONST(STOP1|BITS8), %al / 1 stop bit, 8bit word len
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h89 #define BITS8 0x03 /* 8 bits per char */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c895 asy->asy_lcr = STOP1|BITS8; /* default to 1 stop 8 bits */ in asyattach()
1285 STOP1|BITS8); in asy_identify_chip()
1379 STOP1|BITS8); in asy_identify_chip()
1389 STOP1|BITS8); in asy_identify_chip()
1417 STOP1|BITS8); in asy_identify_chip()
1505 STOP1|BITS8); in asy_identify_chip()
2139 lcr |= BITS8; in asy_program()
4470 asy->asy_cflag |= BITS8; /* add default bits */ in asy_parse_mode()
4516 asy->asy_cflag |= BITS8; /* add default bits */ in asy_parse_mode()
4523 asy->asy_lcr = BITS8; in asy_parse_mode()
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h97 #define BITS8 0x03 /* 8 bits per char */ macro
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c627 OUTB(LCR, STOP1|BITS8); in asyattach()
1449 lcr |= BITS8; in asy_program()