Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Ddbri.c126 static void pipe_receive_fixed(struct dbri_softc *, int,
880 pipe_receive_fixed(sc, 21, &sc->sc_mm.d.ldata); in mmcodec_init_data()
905 pipe_receive_fixed(sc, 18, &sc->sc_mm.status); in mmcodec_pipe_init()
906 pipe_receive_fixed(sc, 19, &sc->sc_mm.version); in mmcodec_pipe_init()
1038 pipe_receive_fixed(sc, 18, &sc->sc_mm.status); in mmcodec_setcontrol()
1234 pipe_receive_fixed(struct dbri_softc *sc, int pipe, volatile uint32_t *prec) in pipe_receive_fixed() function