Searched refs:LCR_8BITS (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | comreg.h | 126 #define LCR_8BITS 0x03 /* 8 bits per serial word */ macro
|
H A D | com.c | 150 bus_space_write_1(iot, ioh, com_lcr, LCR_8BITS); in comprobe1() 153 if ((bus_space_read_1(iot, ioh, com_lcr) != LCR_8BITS) || in comprobe1() 792 SET(lcr, LCR_8BITS); in comparam() 1153 bus_space_write_1(iot, ioh, com_lcr, LCR_8BITS); in cominit() 1582 com_write_reg(sc, com_lcr, LCR_PNONE | LCR_8BITS); in com_fifo_probe()
|
/openbsd/sys/arch/i386/stand/libsa/ |
H A D | bioscons.c | 222 outb(port + com_cfcr, LCR_8BITS); in comspeed()
|
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | bioscons.c | 225 outb(port + com_cfcr, LCR_8BITS); in comspeed()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | comms_ebus.c | 371 COM_WRITE(sc, com_lcr, LCR_8BITS | LCR_PNONE | LCR_STOPB); in comms_speed_change()
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | efiboot.c | 621 outb(port + com_cfcr, LCR_8BITS); in pio_comspeed()
|