Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/uart/
Duart_dev_pl011.c287 struct uart_pl011_softc { struct
327 sizeof(struct uart_pl011_softc),
356 struct uart_pl011_softc *psc; in uart_pl011_bus_attach()
359 psc = (struct uart_pl011_softc *)sc; in uart_pl011_bus_attach()
418 struct uart_pl011_softc *psc; in uart_pl011_bus_ipend()
423 psc = (struct uart_pl011_softc *)sc; in uart_pl011_bus_ipend()
564 struct uart_pl011_softc *psc; in uart_pl011_bus_transmit()
568 psc = (struct uart_pl011_softc *)sc; in uart_pl011_bus_transmit()
589 struct uart_pl011_softc *psc; in uart_pl011_bus_grab()
592 psc = (struct uart_pl011_softc *)sc; in uart_pl011_bus_grab()
[all …]