Searched refs:uart_clk (Results 1 – 10 of 10) sorted by relevance
/optee_os/core/drivers/ |
A D | cdns_uart.c | 119 void cdns_uart_init(struct cdns_uart_data *pd, paddr_t base, uint32_t uart_clk, in cdns_uart_init() argument 125 if (!uart_clk || !baud_rate) in cdns_uart_init()
|
A D | mvebu_uart.c | 119 uint32_t uart_clk, uint32_t baud_rate) in mvebu_uart_init() argument 129 dll = (uart_clk / (baud_rate << 4)) & 0x3FF; in mvebu_uart_init()
|
A D | hi16xx_uart.c | 114 uint32_t uart_clk, uint32_t baud_rate) in hi16xx_uart_init() argument 116 uint16_t freq_div = uart_clk / (16 * baud_rate); in hi16xx_uart_init()
|
A D | pl011.c | 137 void pl011_init(struct pl011_data *pd, paddr_t pbase, uint32_t uart_clk, in pl011_init() argument 153 uint32_t divisor = (uart_clk * 4) / baud_rate; in pl011_init()
|
A D | serial8250_uart.c | 90 uint32_t __unused uart_clk, in serial8250_uart_init() argument
|
/optee_os/core/include/drivers/ |
A D | cdns_uart.h | 40 void cdns_uart_init(struct cdns_uart_data *pd, paddr_t base, uint32_t uart_clk,
|
A D | mvebu_uart.h | 40 uint32_t uart_clk, uint32_t baud_rate);
|
A D | hi16xx_uart.h | 24 uint32_t uart_clk, uint32_t baud_rate);
|
A D | pl011.h | 18 void pl011_init(struct pl011_data *pd, paddr_t pbase, uint32_t uart_clk,
|
A D | serial8250_uart.h | 19 uint32_t uart_clk, uint32_t baud_rate);
|
Completed in 13 milliseconds