Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Daspeed.c46 uint32_t uart_chosen; member
358 int uart_chosen = bmc->uart_chosen ? bmc->uart_chosen : amc->uart_default; in connect_serial_hds_to_uarts() local
360 aspeed_soc_uart_set_chr(s, uart_chosen, serial_hd(0)); in connect_serial_hds_to_uarts()
362 if (uart == uart_chosen) { in connect_serial_hds_to_uarts()
1126 int uart_chosen = bmc->uart_chosen ? bmc->uart_chosen : amc->uart_default; in aspeed_get_bmc_console() local
1128 return g_strdup_printf("uart%d", aspeed_uart_index(uart_chosen)); in aspeed_get_bmc_console()
1151 bmc->uart_chosen = val + ASPEED_DEV_UART0; in aspeed_set_bmc_console()