OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:com_lctl
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
ns16450reg.h
43
#define
com_lctl
3 /* line control register (R/W) */
macro
st16650reg.h
48
#define
com_lctl
3 /* line control register (R/W) */
macro
ns16550reg.h
47
#define
com_lctl
3 /* line control register (R/W) */
macro
/src/sys/arch/cobalt/stand/boot/
ns16550.c
52
CSR_WRITE(com_port,
com_lctl
, LCR_DLAB);
57
CSR_WRITE(com_port,
com_lctl
, LCR_PNONE | LCR_8BITS);
/src/sys/arch/mmeye/stand/boot/
com.c
143
CSR_WRITE(com_port,
com_lctl
, LCR_DLAB);
148
CSR_WRITE(com_port,
com_lctl
, LCR_PNONE | LCR_8BITS);
/src/sys/arch/mips/ingenic/
ingenic_com.c
108
com0addr[
com_lctl
] = htole32(LCR_DLAB);
113
com0addr[
com_lctl
] = htole32(LCR_8BITS); /* XXX */
/src/sys/arch/mips/rmi/
rmixl_com.c
163
com0addr[
com_lctl
] = htobe32(LCR_DLAB);
166
com0addr[
com_lctl
] = htobe32(LCR_8BITS); /* XXX */
/src/sys/arch/hp300/dev/
dnkbd.c
333
bus_space_write_1(bst, bsh,
com_lctl
, LCR_DLAB);
336
bus_space_write_1(bst, bsh,
com_lctl
, lctl);
865
reg = bus_space_read_1(bst, bsh,
com_lctl
);
870
bus_space_write_1(bst, bsh,
com_lctl
, reg);
Completed in 15 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025