| dbri.c | 130 static void	pipe_ts_link(struct dbri_softc *, int, enum io, int, int, int); 873 	pipe_ts_link(sc, 20, PIPEoutput, 16, 32, sc->sc_mm.offset + 32);
 874 	pipe_ts_link(sc, 4, PIPEoutput, 16, data_width, sc->sc_mm.offset);
 875 	pipe_ts_link(sc, 6, PIPEinput, 16, data_width, sc->sc_mm.offset);
 878 	pipe_ts_link(sc, 21, PIPEinput, 16, 32, sc->sc_mm.offset + 32);
 1034 	pipe_ts_link(sc, 17, PIPEoutput, 16, 32, sc->sc_mm.offset);
 1035 	pipe_ts_link(sc, 18, PIPEinput, 16, 8, sc->sc_mm.offset);
 1036 	pipe_ts_link(sc, 19, PIPEinput, 16, 8, sc->sc_mm.offset + 48);
 1492 pipe_ts_link(struct dbri_softc *sc, int pipe, enum io dir, int basepipe,  function in typeref:typename:void
 
 |