Symbol: LCR_8BITS
sys/arch/cobalt/stand/boot/ns16550.c
57
CSR_WRITE(com_port, com_lctl, LCR_PNONE | LCR_8BITS);
sys/arch/evbarm/stand/board/ns16550.c
91
OUTB(com_cfcr, LCR_8BITS);
sys/arch/hp300/dev/dnkbd.c
303
dnkbd_init(sc, 1200, LCR_8BITS | LCR_PEVEN | LCR_PENAB);
sys/arch/hpcmips/isa/isa_machdep.c
337
*((volatile u_int8_t *)(addr + com_cfcr)) = LCR_8BITS;
sys/arch/hpcmips/isa/isa_machdep.c
343
if ((ubtmp1 != LCR_8BITS) || ((ubtmp2 & 0x38) != 0)) {
sys/arch/hpcmips/stand/lcboot/com.c
149
REGWRITE_1(VR4181_SIU_ADDR, com_lcr, LCR_8BITS);
sys/arch/i386/stand/lib/comio_direct.c
205
outb(combase + com_cfcr, LCR_8BITS);
sys/arch/mips/ingenic/ingenic_com.c
113
com0addr[com_lctl] = htole32(LCR_8BITS); /* XXX */
sys/arch/mips/rmi/rmixl_com.c
166
com0addr[com_lctl] = htobe32(LCR_8BITS); /* XXX */
sys/arch/mmeye/stand/boot/com.c
148
CSR_WRITE(com_port, com_lctl, LCR_PNONE | LCR_8BITS);
sys/arch/ofppc/ofppc/machdep.c
439
bus_space_write_1(&genppc_isa_io_space_tag, comh, com_cfcr, LCR_8BITS);
sys/arch/sandpoint/stand/altboot/brdsetup.c
702
init_uart(uart2base, 9600, LCR_8BITS | LCR_PEVEN);
sys/arch/sandpoint/stand/altboot/brdsetup.c
735
init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
sys/arch/sandpoint/stand/altboot/brdsetup.c
935
init_uart(uart2base, 19200, LCR_8BITS | LCR_PNONE);
sys/arch/sandpoint/stand/altboot/brdsetup.c
952
init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
sys/arch/sandpoint/stand/altboot/brdsetup.c
969
init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
sys/arch/sandpoint/stand/altboot/brdsetup.c
996
init_uart(uart2base, 38400, LCR_8BITS | LCR_PEVEN);
sys/dev/ic/com.c
1630
SET(lcr, LCR_8BITS);
sys/dev/ic/com.c
518
CSR_WRITE_1(regs, COM_REG_LCR, LCR_8BITS);
sys/dev/ic/com.c
520
if ((CSR_READ_1(regs, COM_REG_LCR) != LCR_8BITS) ||