Searched refs:lData (Results 1 – 3 of 3) sorted by relevance
1365 __u8 lData; in change_port_settings() local1383 lData = UART_LCR_WLEN8; in change_port_settings()1392 lData = UART_LCR_WLEN5; in change_port_settings()1396 lData = UART_LCR_WLEN6; in change_port_settings()1400 lData = UART_LCR_WLEN7; in change_port_settings()1404 lData = UART_LCR_WLEN8; in change_port_settings()1441 mos7720_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()
1196 __u8 lData; in mos7840_change_port_settings() local1202 lData = LCR_BITS_8; in mos7840_change_port_settings()1211 lData = LCR_BITS_5; in mos7840_change_port_settings()1215 lData = LCR_BITS_6; in mos7840_change_port_settings()1219 lData = LCR_BITS_7; in mos7840_change_port_settings()1224 lData = LCR_BITS_8; in mos7840_change_port_settings()1257 mos7840_port->shadowLCR |= (lData | lParity | lStop); in mos7840_change_port_settings()
2336 __u8 lData; in change_port_settings() local2353 lData = LCR_BITS_5; mask = 0x1f; in change_port_settings()2357 lData = LCR_BITS_6; mask = 0x3f; in change_port_settings()2361 lData = LCR_BITS_7; mask = 0x7f; in change_port_settings()2366 lData = LCR_BITS_8; in change_port_settings()2453 edge_port->shadowLCR |= (lData | lParity | lStop); in change_port_settings()