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()
1686 __u8 lData; in mos7840_change_port_settings() local1709 lData = LCR_BITS_8; in mos7840_change_port_settings()1718 lData = LCR_BITS_5; in mos7840_change_port_settings()1722 lData = LCR_BITS_6; in mos7840_change_port_settings()1726 lData = LCR_BITS_7; in mos7840_change_port_settings()1731 lData = LCR_BITS_8; in mos7840_change_port_settings()1764 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
2453 __u8 lData; in change_port_settings() local2470 lData = LCR_BITS_5; mask = 0x1f; in change_port_settings()2474 lData = LCR_BITS_6; mask = 0x3f; in change_port_settings()2478 lData = LCR_BITS_7; mask = 0x7f; in change_port_settings()2483 lData = LCR_BITS_8; in change_port_settings()2570 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()