Searched refs:uart_clk (Results 1 – 14 of 14) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | sifive_uart.c | 79 uint32_t uart_clk, uint32_t baud_rate) in sifive_uart_init() argument 87 if (uart_clk && baud_rate) { in sifive_uart_init() 88 divisor = (uart_clk + baud_rate - 1) / baud_rate - 1; in sifive_uart_init()
|
| H 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()
|
| H 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()
|
| H 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()
|
| H A D | pl011.c | 156 void pl011_init(struct pl011_data *pd, paddr_t pbase, uint32_t uart_clk, in pl011_init() argument 172 uint32_t divisor = (uart_clk * 4) / baud_rate; in pl011_init()
|
| H A D | lpc_uart.c | 103 uint32_t uart_clk __unused, uint32_t baud_rate __unused) in lpc_uart_init()
|
| H A D | serial8250_uart.c | 91 uint32_t __unused uart_clk, in serial8250_uart_init() argument
|
| /optee_os/core/include/drivers/ |
| H A D | mvebu_uart.h | 40 uint32_t uart_clk, uint32_t baud_rate);
|
| H A D | cdns_uart.h | 40 void cdns_uart_init(struct cdns_uart_data *pd, paddr_t base, uint32_t uart_clk,
|
| H A D | pl011.h | 18 void pl011_init(struct pl011_data *pd, paddr_t pbase, uint32_t uart_clk,
|
| H A D | hi16xx_uart.h | 24 uint32_t uart_clk, uint32_t baud_rate);
|
| H A D | sifive_uart.h | 20 uint32_t uart_clk, uint32_t baud_rate);
|
| H A D | serial8250_uart.h | 19 uint32_t uart_clk, uint32_t baud_rate);
|
| H A D | lpc_uart.h | 51 uint32_t uart_clk, uint32_t baud_rate);
|