Searched refs:uart_pl011_softc (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Duart_emul.h35 struct uart_pl011_softc;
54 uint32_t uart_pl011_read(struct uart_pl011_softc *sc, int offset);
55 void uart_pl011_write(struct uart_pl011_softc *sc, int offset,
57 struct uart_pl011_softc *uart_pl011_init(uart_intr_func_t intr_assert,
59 int uart_pl011_tty_open(struct uart_pl011_softc *sc, const char *device);
H A Duart_pl011.c106 struct uart_pl011_softc { struct
127 uart_reset(struct uart_pl011_softc *sc)
136 uart_rx_trigger_level(struct uart_pl011_softc *sc)
161 uart_toggle_intr(struct uart_pl011_softc *sc)
172 struct uart_pl011_softc *sc;
207 uart_pl011_write(struct uart_pl011_softc *sc, int offset, uint32_t value)
271 uart_pl011_read(struct uart_pl011_softc *sc, int offset)
368 struct uart_pl011_softc *
372 struct uart_pl011_softc *sc;
374 sc = calloc(1, sizeof(struct uart_pl011_softc));
[all...]
/freebsd-current/sys/dev/uart/
H A Duart_dev_pl011.c298 struct uart_pl011_softc { struct
337 sizeof(struct uart_pl011_softc),
366 struct uart_pl011_softc *psc;
369 psc = (struct uart_pl011_softc *)sc;
428 struct uart_pl011_softc *psc;
433 psc = (struct uart_pl011_softc *)sc;
574 struct uart_pl011_softc *psc;
578 psc = (struct uart_pl011_softc *)sc;
599 struct uart_pl011_softc *psc;
602 psc = (struct uart_pl011_softc *)s
[all...]
/freebsd-current/usr.sbin/bhyve/aarch64/
H A Dbhyverun_machdep.c252 struct uart_pl011_softc *sc = arg1;
267 struct uart_pl011_softc *sc;

Completed in 172 milliseconds