Searched refs:lData (Results 1 – 3 of 3) sorted by relevance
1530 __u8 lData; in change_port_settings() local1548 lData = UART_LCR_WLEN8; in change_port_settings()1557 lData = UART_LCR_WLEN5; in change_port_settings()1561 lData = UART_LCR_WLEN6; in change_port_settings()1565 lData = UART_LCR_WLEN7; in change_port_settings()1569 lData = UART_LCR_WLEN8; in change_port_settings()1606 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()
1701 __u8 lData; in mos7840_change_port_settings() local1727 lData = LCR_BITS_8; in mos7840_change_port_settings()1737 lData = LCR_BITS_5; in mos7840_change_port_settings()1741 lData = LCR_BITS_6; in mos7840_change_port_settings()1745 lData = LCR_BITS_7; in mos7840_change_port_settings()1750 lData = LCR_BITS_8; in mos7840_change_port_settings()1783 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
2471 __u8 lData; in change_port_settings() local2488 lData = LCR_BITS_5; mask = 0x1f; in change_port_settings()2492 lData = LCR_BITS_6; mask = 0x3f; in change_port_settings()2496 lData = LCR_BITS_7; mask = 0x7f; in change_port_settings()2501 lData = LCR_BITS_8; in change_port_settings()2588 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()