Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Duart_emul.h59 int uart_pl011_tty_open(struct uart_pl011_softc *sc, const char *device);
H A Duart_pl011.c387 uart_pl011_tty_open(struct uart_pl011_softc *sc, const char *device) in uart_pl011_tty_open() function
/src/usr.sbin/bhyve/aarch64/
H A Dbhyverun_machdep.c287 if (uart_pl011_tty_open(sc, path) != 0) { in init_mmio_uart()