Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dns16550.c52 CSR_WRITE(com_port, com_lctl, LCR_DLAB); in com_init()
57 CSR_WRITE(com_port, com_lctl, LCR_PNONE | LCR_8BITS); in com_init()
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Dcom.c143 CSR_WRITE(com_port, com_lctl, LCR_DLAB); in com_init()
148 CSR_WRITE(com_port, com_lctl, LCR_PNONE | LCR_8BITS); in com_init()
/netbsd-src/sys/arch/mips/ingenic/
H A Dingenic_com.c108 com0addr[com_lctl] = htole32(LCR_DLAB); in ingenic_putchar_init()
113 com0addr[com_lctl] = htole32(LCR_8BITS); /* XXX */ in ingenic_putchar_init()
/netbsd-src/sys/arch/mips/rmi/
H A Drmixl_com.c163 com0addr[com_lctl] = htobe32(LCR_DLAB); in rmixl_putchar_init()
166 com0addr[com_lctl] = htobe32(LCR_8BITS); /* XXX */ in rmixl_putchar_init()
/netbsd-src/sys/dev/ic/
H A Dns16450reg.h43 #define com_lctl 3 /* line control register (R/W) */ macro
H A Dst16650reg.h48 #define com_lctl 3 /* line control register (R/W) */ macro
H A Dns16550reg.h47 #define com_lctl 3 /* line control register (R/W) */ macro
/netbsd-src/sys/arch/hp300/dev/
H A Ddnkbd.c332 bus_space_write_1(bst, bsh, com_lctl, LCR_DLAB); in dnkbd_init()
335 bus_space_write_1(bst, bsh, com_lctl, lctl); in dnkbd_init()
864 reg = bus_space_read_1(bst, bsh, com_lctl); in dnkbd_break()
869 bus_space_write_1(bst, bsh, com_lctl, reg); in dnkbd_break()