Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dusb.c322 char *speed_str; in portspeed() local
326 speed_str = "5 Gb/s"; in portspeed()
329 speed_str = "480 Mb/s"; in portspeed()
332 speed_str = "1.5 Mb/s"; in portspeed()
335 speed_str = "12 Mb/s"; in portspeed()
339 return speed_str; in portspeed()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c241 char *speed_str; in portspeed() local
245 speed_str = "5 Gb/s"; in portspeed()
248 speed_str = "480 Mb/s"; in portspeed()
251 speed_str = "1.5 Mb/s"; in portspeed()
254 speed_str = "12 Mb/s"; in portspeed()
258 return speed_str; in portspeed()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/accuracy_analysis/
H A Dtest.py49 speed_str = " Speed: {}".format(readable_speed(speed))
57 f.write(progress_str.ljust(8, ' ') + '[' + s + ']' + speed_str)
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/resnet50v2/
H A Dtest.py48 speed_str = " Speed: {}".format(readable_speed(speed))
56 f.write(progress_str.ljust(8, ' ') + '[' + s + ']' + speed_str)
/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/inception_v3_qat/
H A Dtest.py54 speed_str = " Speed: {}".format(readable_speed(speed))
62 f.write(progress_str.ljust(8, ' ') + '[' + s + ']' + speed_str)
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dadvansys.c3125 char *speed_str; in asc_prt_adv_board_eeprom() local
3138 speed_str = "Off"; in asc_prt_adv_board_eeprom()
3141 speed_str = " 5"; in asc_prt_adv_board_eeprom()
3144 speed_str = " 10"; in asc_prt_adv_board_eeprom()
3147 speed_str = " 20"; in asc_prt_adv_board_eeprom()
3150 speed_str = " 40"; in asc_prt_adv_board_eeprom()
3153 speed_str = " 80"; in asc_prt_adv_board_eeprom()
3156 speed_str = "Unk"; in asc_prt_adv_board_eeprom()
3159 seq_printf(m, "%X:%s ", i, speed_str); in asc_prt_adv_board_eeprom()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c7430 const char *speed_str; in ixgbe_watchdog_link_is_up() local
7471 speed_str = "10 Gbps"; in ixgbe_watchdog_link_is_up()
7474 speed_str = "5 Gbps"; in ixgbe_watchdog_link_is_up()
7477 speed_str = "2.5 Gbps"; in ixgbe_watchdog_link_is_up()
7480 speed_str = "1 Gbps"; in ixgbe_watchdog_link_is_up()
7483 speed_str = "100 Mbps"; in ixgbe_watchdog_link_is_up()
7486 speed_str = "10 Mbps"; in ixgbe_watchdog_link_is_up()
7489 speed_str = "unknown speed"; in ixgbe_watchdog_link_is_up()
7492 e_info(drv, "NIC Link is Up %s, Flow Control: %s\n", speed_str, in ixgbe_watchdog_link_is_up()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_os.c587 const char *speed_str; in qla24xx_pci_info_str() local
595 speed_str = "2.5GT/s"; in qla24xx_pci_info_str()
598 speed_str = "5.0GT/s"; in qla24xx_pci_info_str()
601 speed_str = "8.0GT/s"; in qla24xx_pci_info_str()
604 speed_str = "16.0GT/s"; in qla24xx_pci_info_str()
607 speed_str = "<unknown>"; in qla24xx_pci_info_str()
610 snprintf(str, str_len, "PCIe (%s x%d)", speed_str, lwidth); in qla24xx_pci_info_str()