Searched refs:xfer_mode_str (Results 1 – 1 of 1) sorted by relevance
988 static const char * const xfer_mode_str[] = { in ata_mode_string() local1013 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str)) in ata_mode_string()1014 return xfer_mode_str[highbit]; in ata_mode_string()