Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A 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()
H A 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()
H A 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()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootless.c958 long lData; in winMWExtWMSetNativeProperty() local
962 lData = (long) pRLWinPriv->hWnd; in winMWExtWMSetNativeProperty()
964 XA_INTEGER, 32, PropModeReplace, 1, &lData, TRUE); in winMWExtWMSetNativeProperty()