Home
last modified time | relevance | path

Searched refs:UART_LCR_WLEN8 (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dserial_reg.h113 #define UART_LCR_WLEN8 0x03 /* Wordlength: 8 bits */ macro
/linux-4.19.296/drivers/bluetooth/
Ddtl1_cs.c478 outb(UART_LCR_WLEN8, iobase + UART_LCR); /* Reset DLAB */ in dtl1_open()
/linux-4.19.296/drivers/isdn/hisax/
Delsa_ser.c172 serial_outp(cs, UART_LCR, UART_LCR_WLEN8); /* reset DLAB */ in mstartup()