Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dmos7840.c1201 __u8 lData; in mos7840_change_port_settings() local
1207 lData = LCR_BITS_8; in mos7840_change_port_settings()
1216 lData = LCR_BITS_5; in mos7840_change_port_settings()
1220 lData = LCR_BITS_6; in mos7840_change_port_settings()
1224 lData = LCR_BITS_7; in mos7840_change_port_settings()
1229 lData = LCR_BITS_8; in mos7840_change_port_settings()
1262 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
Dmos7720.c1536 __u8 lData; in change_port_settings() local
1554 lData = UART_LCR_WLEN8; in change_port_settings()
1563 lData = UART_LCR_WLEN5; in change_port_settings()
1567 lData = UART_LCR_WLEN6; in change_port_settings()
1571 lData = UART_LCR_WLEN7; in change_port_settings()
1575 lData = UART_LCR_WLEN8; in change_port_settings()
1612 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()
Dio_edgeport.c2455 __u8 lData; in change_port_settings() local
2472 lData = LCR_BITS_5; mask = 0x1f; in change_port_settings()
2476 lData = LCR_BITS_6; mask = 0x3f; in change_port_settings()
2480 lData = LCR_BITS_7; mask = 0x7f; in change_port_settings()
2485 lData = LCR_BITS_8; in change_port_settings()
2572 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()