Searched refs:lcr (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DWinChipHead.h94 status_t WriteConfig(uint16 dataRate, uint8 lcr, uint8 mcr);
H A DWinChipHead.cpp218 WCHDevice::WriteConfig(uint16 dataRate, uint8 lcr, uint8 mcr) argument
235 lcr, 0, NULL, &length);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp131 uint8 lcr = 0; local
138 lcr |= LCR_5BIT;
141 lcr |= LCR_6BIT;
145 lcr |= LCR_7BIT;
149 lcr |= LCR_8BIT;
154 lcr |= LCR_2STOP;
156 lcr |= LCR_P_EN;
158 lcr |= LCR_P_EVEN;
172 WriteReg8(LCR, lcr | LCR_DLAB);
180 WriteReg8(LCR, lcr);
[all...]

Completed in 43 milliseconds