OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LCR_8BITS
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/cobalt/stand/boot/
ns16550.c
57
CSR_WRITE(com_port, com_lctl, LCR_PNONE |
LCR_8BITS
);
/src/sys/arch/hpcmips/stand/lcboot/
com.c
149
REGWRITE_1(VR4181_SIU_ADDR, com_lcr,
LCR_8BITS
);
/src/sys/arch/evbarm/stand/board/
ns16550.c
91
OUTB(com_cfcr,
LCR_8BITS
);
/src/sys/arch/mmeye/stand/boot/
com.c
148
CSR_WRITE(com_port, com_lctl, LCR_PNONE |
LCR_8BITS
);
/src/sys/arch/i386/stand/lib/
comio_direct.c
205
outb(combase + com_cfcr,
LCR_8BITS
);
/src/sys/dev/ic/
comreg.h
109
#define
LCR_8BITS
0x03 /* 8 bits per serial word */
com.c
483
CSR_WRITE_1(regs, COM_REG_LCR,
LCR_8BITS
);
485
if ((CSR_READ_1(regs, COM_REG_LCR) !=
LCR_8BITS
) ||
1533
SET(lcr,
LCR_8BITS
);
/src/sys/arch/sandpoint/stand/altboot/
brdsetup.c
84
#define
LCR_8BITS
0x03
702
init_uart(uart2base, 9600,
LCR_8BITS
| LCR_PEVEN);
735
init_uart(uart2base, 9600,
LCR_8BITS
| LCR_PNONE);
935
init_uart(uart2base, 19200,
LCR_8BITS
| LCR_PNONE);
952
init_uart(uart2base, 9600,
LCR_8BITS
| LCR_PNONE);
969
init_uart(uart2base, 9600,
LCR_8BITS
| LCR_PNONE);
996
init_uart(uart2base, 38400,
LCR_8BITS
| LCR_PEVEN);
/src/sys/arch/mips/ingenic/
ingenic_com.c
113
com0addr[com_lctl] = htole32(
LCR_8BITS
); /* XXX */
/src/sys/arch/hpcmips/isa/
isa_machdep.c
337
*((volatile u_int8_t *)(addr + com_cfcr)) =
LCR_8BITS
;
343
if ((ubtmp1 !=
LCR_8BITS
) || ((ubtmp2 & 0x38) != 0)) {
/src/sys/arch/mips/rmi/
rmixl_com.c
166
com0addr[com_lctl] = htobe32(
LCR_8BITS
); /* XXX */
/src/sys/arch/ofppc/ofppc/
machdep.c
439
bus_space_write_1(&genppc_isa_io_space_tag, comh, com_cfcr,
LCR_8BITS
);
/src/sys/arch/hp300/dev/
dnkbd.c
303
dnkbd_init(sc, 1200,
LCR_8BITS
| LCR_PEVEN | LCR_PENAB);
Completed in 18 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025