aic6360.c | 172 static int aic_dataout_pio(struct aic_softc *, u_char *, int); 1425 /* aic_dataout_pio: perform a data transfer using the FIFO datapath in the 1433 aic_dataout_pio(struct aic_softc *sc, u_char *p, int n) function in typeref:typename:int 2005 n = aic_dataout_pio(sc, sc->sc_cp, sc->sc_cleft); 2015 n = aic_dataout_pio(sc, sc->sc_dp, sc->sc_dleft);
|