Home
last modified time | relevance | path

Searched refs:ncr_softc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/atari/dev/
H A Dncr5380reg.h154 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 …]
H A Dncr5380.c185 CFATTACH_DECL_NEW(CFDRNAME(DRNAME), sizeof(struct ncr_softc),
200 struct ncr_softc *sc; in ncr_attach()
269 struct ncr_softc *sc; in ncr5380_scsi_request()
452 scsi_main(struct ncr_softc *sc) in scsi_main()
640 ncr_dma_intr(struct ncr_softc *sc) in ncr_dma_intr()
663 ncr_ctrl_intr(struct ncr_softc *sc) in ncr_ctrl_intr()
716 struct ncr_softc *sc; in scsi_select()
964 information_transfer(struct ncr_softc *sc) in information_transfer()
1253 reselect(struct ncr_softc *sc) in reselect()
1662 reach_msg_out(struct ncr_softc *sc, u_long len) in reach_msg_out()
[all …]
H A Datari5380.c187 static struct ncr_softc *cur_softc;
222 static void scsi_tt_init(struct ncr_softc *);
256 scsi_tt_init(struct ncr_softc *sc) in scsi_tt_init()
671 static void scsi_falcon_init(struct ncr_softc *);
689 scsi_falcon_init(struct ncr_softc *sc) in scsi_falcon_init()
951 static void scsi_mach_init(struct ncr_softc *);
973 scsi_mach_init(struct ncr_softc *sc) in scsi_mach_init()
/netbsd-src/sys/arch/mac68k/dev/
H A Dncr5380reg.h154 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 *, ...);
H A Dncr5380.c181 CFATTACH_DECL_NEW(CFDRNAME(DRNAME), sizeof(struct ncr_softc),
196 struct ncr_softc *sc; in ncr_attach()
265 struct ncr_softc *sc = device_private(chan->chan_adapter->adapt_dev); in ncr5380_scsi_request()
445 scsi_main(struct ncr_softc *sc) in scsi_main()
625 ncr_dma_intr(struct ncr_softc *sc) in ncr_dma_intr()
648 ncr_ctrl_intr(struct ncr_softc *sc) in ncr_ctrl_intr()
697 struct ncr_softc *sc; in scsi_select()
943 information_transfer(struct ncr_softc *sc) in information_transfer()
1230 reselect(struct ncr_softc *sc) in reselect()
1627 reach_msg_out(struct ncr_softc *sc, u_long len) in reach_msg_out()
[all …]
H A Dmac68k5380.c121 static struct ncr_softc *cur_softc;
141 static void scsi_mach_init(struct ncr_softc *);
156 scsi_mach_init(struct ncr_softc *sc) in scsi_mach_init()