Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ata/
Dlibata-core.c935 static const char * const xfer_mode_str[] = { in ata_mode_string() local
960 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str)) in ata_mode_string()
961 return xfer_mode_str[highbit]; in ata_mode_string()