Symbol: uart_pl011_softc
sys/dev/uart/uart_dev_pl011.c
376
sizeof(struct uart_pl011_softc),
sys/dev/uart/uart_dev_pl011.c
414
struct uart_pl011_softc *psc;
sys/dev/uart/uart_dev_pl011.c
417
psc = (struct uart_pl011_softc *)sc;
sys/dev/uart/uart_dev_pl011.c
476
struct uart_pl011_softc *psc;
sys/dev/uart/uart_dev_pl011.c
481
psc = (struct uart_pl011_softc *)sc;
sys/dev/uart/uart_dev_pl011.c
622
struct uart_pl011_softc *psc;
sys/dev/uart/uart_dev_pl011.c
626
psc = (struct uart_pl011_softc *)sc;
sys/dev/uart/uart_dev_pl011.c
647
struct uart_pl011_softc *psc;
sys/dev/uart/uart_dev_pl011.c
650
psc = (struct uart_pl011_softc *)sc;
sys/dev/uart/uart_dev_pl011.c
662
struct uart_pl011_softc *psc;
sys/dev/uart/uart_dev_pl011.c
665
psc = (struct uart_pl011_softc *)sc;
usr.sbin/bhyve/aarch64/bhyverun_machdep.c
261
struct uart_pl011_softc *sc = arg1;
usr.sbin/bhyve/aarch64/bhyverun_machdep.c
276
struct uart_pl011_softc *sc;
usr.sbin/bhyve/uart_emul.h
35
struct uart_pl011_softc;
usr.sbin/bhyve/uart_emul.h
54
uint32_t uart_pl011_read(struct uart_pl011_softc *sc, int offset);
usr.sbin/bhyve/uart_emul.h
55
void uart_pl011_write(struct uart_pl011_softc *sc, int offset,
usr.sbin/bhyve/uart_emul.h
57
struct uart_pl011_softc *uart_pl011_init(uart_intr_func_t intr_assert,
usr.sbin/bhyve/uart_emul.h
59
int uart_pl011_tty_open(struct uart_pl011_softc *sc, const char *device);
usr.sbin/bhyve/uart_pl011.c
127
uart_reset(struct uart_pl011_softc *sc)
usr.sbin/bhyve/uart_pl011.c
136
uart_rx_trigger_level(struct uart_pl011_softc *sc)
usr.sbin/bhyve/uart_pl011.c
161
uart_toggle_intr(struct uart_pl011_softc *sc)
usr.sbin/bhyve/uart_pl011.c
172
struct uart_pl011_softc *sc;
usr.sbin/bhyve/uart_pl011.c
207
uart_pl011_write(struct uart_pl011_softc *sc, int offset, uint32_t value)
usr.sbin/bhyve/uart_pl011.c
271
uart_pl011_read(struct uart_pl011_softc *sc, int offset)
usr.sbin/bhyve/uart_pl011.c
368
struct uart_pl011_softc *
usr.sbin/bhyve/uart_pl011.c
372
struct uart_pl011_softc *sc;
usr.sbin/bhyve/uart_pl011.c
374
sc = calloc(1, sizeof(struct uart_pl011_softc));
usr.sbin/bhyve/uart_pl011.c
387
uart_pl011_tty_open(struct uart_pl011_softc *sc, const char *device)