Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dhi16xx_uart.c116 uint16_t freq_div = uart_clk / (16 * baud_rate); in hi16xx_uart_init() local
128 io_write32(base + UART_DLL, freq_div & 0xFF); in hi16xx_uart_init()
131 io_write32(base + UART_DLH, (freq_div >> 8) & 0xFF); in hi16xx_uart_init()