Home
last modified time | relevance | path

Searched refs:ATA_UDMA3 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/cam/ata/
H A Data_all.c849 return ATA_UDMA3; in ata_max_umode()
890 case ATA_UDMA3: return "UDMA3"; in ata_mode2string()
919 if (!strcasecmp(str, "UDMA3")) return (ATA_UDMA3); in ata_string2mode()
920 if (!strcasecmp(str, "UDMA44")) return (ATA_UDMA3); in ata_string2mode()
957 case ATA_UDMA3: in ata_mode2speed()
/freebsd/sys/dev/ata/chipsets/
H A Data-ite.c211 else if (mode >= ATA_UDMA3) in ata_ite_8213_setmode()
H A Data-intel.c521 else if (mode >= ATA_UDMA3) in ata_intel_new_setmode()
/freebsd/sys/dev/ata/
H A Data-all.c649 case ATA_UDMA3: return "UDMA40"; in ata_mode2str()
682 if (!strcasecmp(str, "UDMA3")) return (ATA_UDMA3); in ata_str2mode()
683 if (!strcasecmp(str, "UDMA44")) return (ATA_UDMA3); in ata_str2mode()
/freebsd/sys/sys/
H A Data.h377 #define ATA_UDMA3 0x43 macro