Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Diuu_phoenix.c798 u8 T1reload = 0; in iuu_uart_baud() local
833 T1reload = 256 - (u8) (T1FrekvensHZ / (baud * 2)); in iuu_uart_baud()
840 dataout[DataCount++] = T1reload; in iuu_uart_baud()
842 *actual = (T1FrekvensHZ / (256 - T1reload)) / 2; in iuu_uart_baud()