Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Diuu_phoenix.c792 u8 DataCount = 0; in iuu_uart_baud() local
832 dataout[DataCount++] = IUU_UART_ESC; in iuu_uart_baud()
834 dataout[DataCount++] = IUU_UART_CHANGE; in iuu_uart_baud()
835 dataout[DataCount++] = T1Frekvens; in iuu_uart_baud()
836 dataout[DataCount++] = T1reload; in iuu_uart_baud()
842 dataout[DataCount++] = 0x00; in iuu_uart_baud()
845 dataout[DataCount++] = 0x01; in iuu_uart_baud()
848 dataout[DataCount++] = 0x02; in iuu_uart_baud()
851 dataout[DataCount++] = 0x03; in iuu_uart_baud()
854 dataout[DataCount++] = 0x04; in iuu_uart_baud()
[all …]