Searched refs:lData (Results 1 – 3 of 3) sorted by relevance
1197 __u8 lData; in mos7840_change_port_settings() local1203 lData = LCR_BITS_8; in mos7840_change_port_settings()1212 lData = LCR_BITS_5; in mos7840_change_port_settings()1216 lData = LCR_BITS_6; in mos7840_change_port_settings()1220 lData = LCR_BITS_7; in mos7840_change_port_settings()1225 lData = LCR_BITS_8; in mos7840_change_port_settings()1258 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
2337 __u8 lData; in change_port_settings() local2354 lData = LCR_BITS_5; mask = 0x1f; in change_port_settings()2358 lData = LCR_BITS_6; mask = 0x3f; in change_port_settings()2362 lData = LCR_BITS_7; mask = 0x7f; in change_port_settings()2367 lData = LCR_BITS_8; in change_port_settings()2454 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()
1365 __u8 lData; in change_port_settings() local1388 lData = UART_LCR_WLEN(tty_get_char_size(cflag)); in change_port_settings()1423 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()