Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/uart/
H A Duart_dev_pl011.c285 struct uart_pl011_softc { struct
324 sizeof(struct uart_pl011_softc),
352 struct uart_pl011_softc *psc; in uart_pl011_bus_attach()
355 psc = (struct uart_pl011_softc *)sc; in uart_pl011_bus_attach()
414 struct uart_pl011_softc *psc; in uart_pl011_bus_ipend()
419 psc = (struct uart_pl011_softc *)sc; in uart_pl011_bus_ipend()
560 struct uart_pl011_softc *psc; in uart_pl011_bus_transmit()
564 psc = (struct uart_pl011_softc *)sc; in uart_pl011_bus_transmit()
585 struct uart_pl011_softc *psc; in uart_pl011_bus_grab()
588 psc = (struct uart_pl011_softc *)sc; in uart_pl011_bus_grab()
[all …]