Home
last modified time | relevance | path

Searched refs:LCR_8BITS (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/ic/
H A Dcomreg.h126 #define LCR_8BITS 0x03 /* 8 bits per serial word */ macro
H A Dcom.c150 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 Dbioscons.c222 outb(port + com_cfcr, LCR_8BITS); in comspeed()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dbioscons.c225 outb(port + com_cfcr, LCR_8BITS); in comspeed()
/openbsd/sys/arch/sparc64/dev/
H A Dcomms_ebus.c371 COM_WRITE(sc, com_lcr, LCR_8BITS | LCR_PNONE | LCR_STOPB); in comms_speed_change()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defiboot.c621 outb(port + com_cfcr, LCR_8BITS); in pio_comspeed()