Home
last modified time | relevance | path

Searched defs:uart_softc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/uart/
H A Duart_bus.h75 struct uart_softc { struct
77 struct uart_class *sc_class;
78 struct uart_bas sc_bas;
79 device_t sc_dev;
81 struct mtx sc_hwmtx_s; /* Spinlock protecting hardware. */
82 struct mtx *sc_hwmtx;
84 struct resource *sc_rres; /* Register resource. */
85 int sc_rrid;
86 int sc_rtype; /* SYS_RES_{IOPORT|MEMORY}. */
87 struct resource *sc_ires; /* Interrupt resource. */
[all …]
/freebsd/usr.sbin/bhyve/
H A Duart_backend.c72 struct uart_softc { struct
80 struct uart_softc *softc; argument
/freebsd/sys/riscv/sifive/
H A Dsifive_uart.c83 struct uart_softc uart_softc; member
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c72 struct uart_ns16550_softc *uart_softc; member