Searched refs:com_lctl (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/arch/cobalt/stand/boot/ |
| H A D | ns16550.c | 52 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 D | com.c | 143 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 D | ingenic_com.c | 108 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 D | rmixl_com.c | 163 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 D | ns16450reg.h | 43 #define com_lctl 3 /* line control register (R/W) */ macro
|
| H A D | st16650reg.h | 48 #define com_lctl 3 /* line control register (R/W) */ macro
|
| H A D | ns16550reg.h | 47 #define com_lctl 3 /* line control register (R/W) */ macro
|
| /netbsd-src/sys/arch/hp300/dev/ |
| H A D | dnkbd.c | 332 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()
|