Home
last modified time | relevance | path

Searched defs:uart_idx (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/openrisc/
H A Dopenrisc_sim.c246 int uart_idx) in openrisc_sim_serial_init()
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2400.c210 static u32 ast2400_get_uart_clk_rate(struct ast2400_scu *scu, int uart_idx) in ast2400_get_uart_clk_rate()
H A Dclk_ast2500.c168 static u32 ast2500_get_uart_clk_rate(struct ast2500_scu *scu, int uart_idx) in ast2500_get_uart_clk_rate()
H A Dclk_ast2600.c526 static void ast2600_enable_uart_pinmux(struct ast2600_scu *scu, int uart_idx) in ast2600_enable_uart_pinmux()
576 static u32 ast2600_get_uart_clk_rate(struct ast2600_scu *scu, int uart_idx) in ast2600_get_uart_clk_rate()
/openbmc/linux/drivers/tty/serial/
H A Dpic32_uart.c869 int uart_idx = 0; in pic32_uart_probe() local