Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/ata/
Dlibata-core.c988 static const char * const xfer_mode_str[] = { in ata_mode_string() local
1013 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str)) in ata_mode_string()
1014 return xfer_mode_str[highbit]; in ata_mode_string()