ncr5380sbc.c | 301 ncr5380_pio_in(struct ncr5380_softc *sc, int phase, int count, uint8_t *data) function in typeref:typename:int 1262 ncr5380_pio_in(sc, PHASE_MSG_IN, 1, &msg); 1281 ncr5380_pio_in(sc, PHASE_MSG_IN, 1, &msg); 2082 ncr5380_pio_in(sc, phase, 4096, NULL); 2150 len = ncr5380_pio_in(sc, PHASE_STATUS, 1, &status);
|