Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dmvebu_uart.c122 uint32_t dll = 0; in mvebu_uart_init() local
129 dll = (uart_clk / (baud_rate << 4)) & 0x3FF; in mvebu_uart_init()
132 io_clrsetbits32(base + UART_BAUD_REG, 0x3FF, dll); in mvebu_uart_init()