Home
last modified time | relevance | path

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

/drivers/usb/serial/
Diuu_phoenix.c788 u8 T1reload = 0; in iuu_uart_baud() local
823 T1reload = 256 - (u8) (T1FrekvensHZ / (baud * 2)); in iuu_uart_baud()
830 dataout[DataCount++] = T1reload; in iuu_uart_baud()
832 *actual = (T1FrekvensHZ / (256 - T1reload)) / 2; in iuu_uart_baud()