/src/sys/dev/ic/ |
mb89352.c | 194 int spc_dataout_pio(struct spc_softc *, uint8_t *, int); 1439 * spc_dataout_pio: perform a data transfer using the FIFO datapath in the spc 1447 spc_dataout_pio(struct spc_softc *sc, uint8_t *p, int n) function in typeref:typename:int 1455 SPC_TRACE(("spc_dataout_pio ")); 1958 n = spc_dataout_pio(sc, sc->sc_cp, sc->sc_cleft); 1974 n = spc_dataout_pio(sc, sc->sc_dp, sc->sc_dleft);
|
mb89352.c | 194 int spc_dataout_pio(struct spc_softc *, uint8_t *, int); 1439 * spc_dataout_pio: perform a data transfer using the FIFO datapath in the spc 1447 spc_dataout_pio(struct spc_softc *sc, uint8_t *p, int n) function in typeref:typename:int 1455 SPC_TRACE(("spc_dataout_pio ")); 1958 n = spc_dataout_pio(sc, sc->sc_cp, sc->sc_cleft); 1974 n = spc_dataout_pio(sc, sc->sc_dp, sc->sc_dleft);
|
mb89352.c | 194 int spc_dataout_pio(struct spc_softc *, uint8_t *, int); 1439 * spc_dataout_pio: perform a data transfer using the FIFO datapath in the spc 1447 spc_dataout_pio(struct spc_softc *sc, uint8_t *p, int n) function in typeref:typename:int 1455 SPC_TRACE(("spc_dataout_pio ")); 1958 n = spc_dataout_pio(sc, sc->sc_cp, sc->sc_cleft); 1974 n = spc_dataout_pio(sc, sc->sc_dp, sc->sc_dleft);
|
mb89352.c | 194 int spc_dataout_pio(struct spc_softc *, uint8_t *, int); 1439 * spc_dataout_pio: perform a data transfer using the FIFO datapath in the spc 1447 spc_dataout_pio(struct spc_softc *sc, uint8_t *p, int n) function in typeref:typename:int 1455 SPC_TRACE(("spc_dataout_pio ")); 1958 n = spc_dataout_pio(sc, sc->sc_cp, sc->sc_cleft); 1974 n = spc_dataout_pio(sc, sc->sc_dp, sc->sc_dleft);
|