Searched refs:speed_s (Results 1 – 4 of 4) sorted by relevance
360 const char *speed_s; in ahci_print_info() local370 speed_s = "1.5"; in ahci_print_info()372 speed_s = "3"; in ahci_print_info()374 speed_s = "6"; in ahci_print_info()376 speed_s = "?"; in ahci_print_info()401 ((cap >> 8) & 0x1f) + 1, (cap & 0x1f) + 1, speed_s, impl, scc_s); in ahci_print_info()
274 const char *speed_s; in ahci_print_info() local284 speed_s = "1.5"; in ahci_print_info()286 speed_s = "3"; in ahci_print_info()288 speed_s = "?"; in ahci_print_info()300 speed_s, in ahci_print_info()
2446 const char *speed_s; in ahci_print_info() local2455 speed_s = "1.5"; in ahci_print_info()2457 speed_s = "3"; in ahci_print_info()2459 speed_s = "6"; in ahci_print_info()2461 speed_s = "?"; in ahci_print_info()2475 speed_s, in ahci_print_info()
67 struct speed_s { struct74 struct speed_s *speed_p; argument