Home
last modified time | relevance | path

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

/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dhardfile.cpp1154 bool omti = hfd->ci.unit_feature_level == HD_LEVEL_SASI_CHS; in get_scsi_6_offset()
1191 …bool sasi = hfd->ci.unit_feature_level >= HD_LEVEL_SASI && hfd->ci.unit_feature_level <= HD_LEVEL_… in scsi_hd_emulate()
1192 bool sasie = hfd->ci.unit_feature_level == HD_LEVEL_SASI_ENHANCED; in scsi_hd_emulate()
1193 bool omti = hfd->ci.unit_feature_level == HD_LEVEL_SASI_CHS; in scsi_hd_emulate()
H A Dcfgfile.cpp967 if (ci->unit_feature_level == HD_LEVEL_SCSI_1){ in write_filesys_config()
977 if (ci->unit_feature_level == HD_LEVEL_ATA_1) { in write_filesys_config()
3940 uci.unit_feature_level = 1; in cfgfile_parse_newfilesys()
3953 uci.unit_feature_level = HD_LEVEL_SCSI_2; in cfgfile_parse_newfilesys()
3955 uci.unit_feature_level = HD_LEVEL_SCSI_1; in cfgfile_parse_newfilesys()
3957 uci.unit_feature_level = HD_LEVEL_SASI_ENHANCED; in cfgfile_parse_newfilesys()
3959 uci.unit_feature_level = HD_LEVEL_SASI; in cfgfile_parse_newfilesys()
3961 uci.unit_feature_level = HD_LEVEL_SASI_CHS; in cfgfile_parse_newfilesys()
3963 uci.unit_feature_level = HD_LEVEL_ATA_2S; in cfgfile_parse_newfilesys()
3965 uci.unit_feature_level = HD_LEVEL_ATA_2; in cfgfile_parse_newfilesys()
[all …]
H A Dscsi.cpp144 if (sd->hfd && sd->hfd->hfd.ci.unit_feature_level < HD_LEVEL_SASI) in scsi_emulate_analyze()
581 hfd->ansi_version = ci->unit_feature_level + 1; in add_scsi_hd()
H A Dide.cpp1413 ide->ata_level = ci->unit_feature_level; in add_ide_unit()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h179 int unit_feature_level; member
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h228 int unit_feature_level; member