Searched refs:LCR_8BITS (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/arch/sandpoint/stand/altboot/ |
| D | brdsetup.c | 84 #define LCR_8BITS 0x03 macro 702 init_uart(uart2base, 9600, LCR_8BITS | LCR_PEVEN); in kurobrdfix() 735 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE); in synobrdfix() 935 init_uart(uart2base, 19200, LCR_8BITS | LCR_PNONE); in qnapbrdfix() 952 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE); in iomegabrdfix() 969 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE); in dlinkbrdfix() 996 init_uart(uart2base, 38400, LCR_8BITS | LCR_PEVEN); in kurot4brdfix()
|
| /netbsd/src/sys/arch/hpcmips/isa/ |
| D | isa_machdep.c | 337 *((volatile u_int8_t *)(addr + com_cfcr)) = LCR_8BITS; 343 if ((ubtmp1 != LCR_8BITS) || ((ubtmp2 & 0x38) != 0)) {
|
| /netbsd/src/sys/arch/hpcmips/stand/lcboot/ |
| D | com.c | 149 REGWRITE_1(VR4181_SIU_ADDR, com_lcr, LCR_8BITS); in comcninit()
|
| /netbsd/src/sys/arch/cobalt/stand/boot/ |
| D | ns16550.c | 57 CSR_WRITE(com_port, com_lctl, LCR_PNONE | LCR_8BITS); in com_init()
|
| /netbsd/src/sys/dev/ic/ |
| D | comreg.h | 109 #define LCR_8BITS 0x03 /* 8 bits per serial word */ macro
|
| D | com.c | 483 CSR_WRITE_1(regs, COM_REG_LCR, LCR_8BITS); in com_probe_subr() 485 if ((CSR_READ_1(regs, COM_REG_LCR) != LCR_8BITS) || in com_probe_subr() 1533 SET(lcr, LCR_8BITS); in cflag2lcr()
|
| /netbsd/src/sys/arch/evbarm/stand/board/ |
| D | ns16550.c | 91 OUTB(com_cfcr, LCR_8BITS); in cons_init()
|
| /netbsd/src/sys/arch/mmeye/stand/boot/ |
| D | com.c | 148 CSR_WRITE(com_port, com_lctl, LCR_PNONE | LCR_8BITS); in com_init()
|
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | comio_direct.c | 205 outb(combase + com_cfcr, LCR_8BITS); in cominit_d()
|
| /netbsd/src/sys/arch/mips/rmi/ |
| D | rmixl_com.c | 166 com0addr[com_lctl] = htobe32(LCR_8BITS); /* XXX */ in rmixl_putchar_init()
|
| /netbsd/src/sys/arch/ofppc/ofppc/ |
| D | machdep.c | 439 bus_space_write_1(&genppc_isa_io_space_tag, comh, com_cfcr, LCR_8BITS); in ofppc_init_comcons()
|
| /netbsd/src/sys/arch/hp300/dev/ |
| D | dnkbd.c | 302 dnkbd_init(sc, 1200, LCR_8BITS | LCR_PEVEN | LCR_PENAB); in dnkbd_attach()
|