Home
last modified time | relevance | path

Searched refs:soft_scsi (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dscsi.cpp705 struct soft_scsi struct
731 struct soft_scsi **self_ptr; argument
760 static struct soft_scsi *x86_hd_data;
793 static struct soft_scsi *allocscsi(struct soft_scsi **ncr, struct romconfig *rc, int ch) in allocscsi()
795 struct soft_scsi *scsi; in allocscsi()
802 scsi = xcalloc(struct soft_scsi, 1); in allocscsi()
2859 struct soft_scsi *scsi = x86_hd_data; in x86_xt_hd_bput()
2874 struct soft_scsi *scsi = x86_hd_data; in x86_xt_hd_bget()
3127 struct soft_scsi *scsi = getscsi(rc); in supra_init()
3154 struct soft_scsi *scsi = getscsi(rc); in golem_init()
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dncr5380.c94 struct soft_scsi struct
110 struct soft_scsi ncr_soft_scsi; argument
117 static uae_u8 ncr5380_bget(struct soft_scsi *scsi, int reg);
118 void ncr5380_bput(struct soft_scsi *scsi, int reg, uae_u8 v);
226 static void raw_scsi_reset_bus(struct soft_scsi *scsi) in raw_scsi_reset_bus()
663 static void dma_check(struct soft_scsi *ncr) in dma_check()
775 static void ncr5380_set_irq(struct soft_scsi *scsi) in ncr5380_set_irq()
793 static void ncr5380_databusoutput(struct soft_scsi *scsi) in ncr5380_databusoutput()
803 static void ncr5380_check(struct soft_scsi *scsi) in ncr5380_check()
808 static void ncr5380_check_phase(struct soft_scsi *scsi) in ncr5380_check_phase()
[all …]