HomeSort by: relevance | last modified time | path
    Searched refs:ncr_softc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/atari/dev/
ncr5380reg.h 154 struct ncr_softc { struct
230 static int check_intr(struct ncr_softc *);
234 static int information_transfer(struct ncr_softc *);
236 static void ncr_aprint(struct ncr_softc *, const char *, ...);
237 static void ncr_ctrl_intr(struct ncr_softc *);
238 static void ncr_dma_intr(struct ncr_softc *);
240 static int reach_msg_out(struct ncr_softc *, u_long);
241 static void reselect(struct ncr_softc *);
242 static void run_main(struct ncr_softc *);
244 static void scsi_main(struct ncr_softc *);
    [all...]
atari5380.c 187 static struct ncr_softc *cur_softc;
222 static void scsi_tt_init(struct ncr_softc *);
256 scsi_tt_init(struct ncr_softc *sc)
671 static void scsi_falcon_init(struct ncr_softc *);
689 scsi_falcon_init(struct ncr_softc *sc)
951 static void scsi_mach_init(struct ncr_softc *);
973 scsi_mach_init(struct ncr_softc *sc)
ncr5380.c 185 CFATTACH_DECL_NEW(CFDRNAME(DRNAME), sizeof(struct ncr_softc),
200 struct ncr_softc *sc;
269 struct ncr_softc *sc;
452 scsi_main(struct ncr_softc *sc)
640 ncr_dma_intr(struct ncr_softc *sc)
663 ncr_ctrl_intr(struct ncr_softc *sc)
716 struct ncr_softc *sc;
964 information_transfer(struct ncr_softc *sc)
1253 reselect(struct ncr_softc *sc)
1662 reach_msg_out(struct ncr_softc *sc, u_long len
    [all...]
  /src/sys/arch/mac68k/dev/
ncr5380reg.h 154 struct ncr_softc { struct
237 static int information_transfer(struct ncr_softc *);
238 static void reselect(struct ncr_softc *);
240 static int reach_msg_out(struct ncr_softc *, u_long);
241 static int check_intr(struct ncr_softc *);
243 static void scsi_reset_verbose(struct ncr_softc *, const char *);
244 static void run_main(struct ncr_softc *);
245 static void scsi_main(struct ncr_softc *);
246 static void ncr_ctrl_intr(struct ncr_softc *);
248 static void ncr_aprint(struct ncr_softc *, const char *, ...)
    [all...]
ncr5380.c 181 CFATTACH_DECL_NEW(CFDRNAME(DRNAME), sizeof(struct ncr_softc),
196 struct ncr_softc *sc;
265 struct ncr_softc *sc = device_private(chan->chan_adapter->adapt_dev);
445 scsi_main(struct ncr_softc *sc)
625 ncr_dma_intr(struct ncr_softc *sc)
648 ncr_ctrl_intr(struct ncr_softc *sc)
697 struct ncr_softc *sc;
943 information_transfer(struct ncr_softc *sc)
1230 reselect(struct ncr_softc *sc)
1627 reach_msg_out(struct ncr_softc *sc, u_long len
    [all...]
mac68k5380.c 121 static struct ncr_softc *cur_softc;
141 static void scsi_mach_init(struct ncr_softc *);
156 scsi_mach_init(struct ncr_softc *sc)

Completed in 16 milliseconds