| /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);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ser-go32.c | 41 #define com_lctl 3 /* line control register (R/W) */ macro
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ser-go32.c | 41 #define com_lctl 3 /* line control register (R/W) */ macro
|