Home
last modified time | relevance | path

Searched full:speeds (Results 1 – 18 of 18) sorted by relevance

/qemu/scripts/
H A Dmtest2make.py17 self.speeds = ['quick']
20 return [base if speed == 'quick' else f'{base}-{speed}' for speed in self.speeds]
62 suites[s].speeds.append('slow')
65 suites[s].speeds.append('thorough')
/qemu/hw/usb/
H A Dcore.c33 static const int speeds[] = { in usb_pick_speed() local
42 for (i = 0; i < ARRAY_SIZE(speeds); i++) { in usb_pick_speed()
43 if ((udev->speedmask & (1 << speeds[i])) && in usb_pick_speed()
44 (port->speedmask & (1 << speeds[i]))) { in usb_pick_speed()
45 udev->speed = speeds[i]; in usb_pick_speed()
H A Dbus.c462 } speeds[] = { in usb_mask_to_str() local
469 for (i = 0; i < ARRAY_SIZE(speeds); i++) { in usb_mask_to_str()
470 if (speeds[i].mask & speedmask) { in usb_mask_to_str()
473 speeds[i].name); in usb_mask_to_str()
H A Dhcd-dwc2.c408 static const char *speeds[] = { variable
425 trace_usb_dwc2_attach_speed(speeds[port->dev->speed]); in dwc2_attach()
H A Dhost-libusb.c1010 * Speeds are defined in linux/usb/ch9.h, file not included in usb_host_open()
/qemu/tests/qemu-iotests/
H A D12154 # Preallocation speeds up the write operation, but preallocating everything will
H A D185295 # limits the number of bytes concurrently in flight, which speeds up
H A D261480 # Create a v2 image, for speeds' sake: All-zero snapshot table entries
/qemu/qapi/
H A Dcommon.json100 # An enumeration of PCIe link speeds in units of GT/s
/qemu/hw/pci/
H A Dpcie.c140 * We assume the device supports all link speeds. in pcie_cap_fill_lnk()
194 * speeds. in pcie_cap_fill_slot_lnk()
205 * link speeds greater than 5GT/s must hardwire PCI_EXP_LNKCAP_DLLLARC in pcie_cap_fill_slot_lnk()
/qemu/linux-user/sparc/
H A Dtermbits.h131 /* We'll never see these speeds with the Zilogs, but for completeness... */
/qemu/include/hw/
H A Dusb.h240 /* Supported speeds, not in info because it may be variable (hostdevs) */
/qemu/roms/
H A Dedk2-build.py41 # fixed version speeds up builds
/qemu/include/standard-headers/linux/
H A Dpci_regs.h537 #define PCI_EXP_LNKCAP_SLS 0x0000000f /* Max Link Speed (prior to PCIe r3.0: Supported Link Speeds
685 #define PCI_EXP_LNKCAP2_SLS 0x000000fe /* Supported Link Speeds Vector */
H A Dethtool.h2232 * not be used for phy interfaces which natively support multiple speeds (e.g.
/qemu/hw/net/
H A Dxilinx_axienet.c85 /* Speeds and modes. */ in tdk_read()
H A Drtl8139.c324 CSCR_Testfun = 1<<15, /* 1 = Auto-neg speeds up internal timer, WO, def 0 */
/qemu/util/
H A Dhbitmap.c815 * of HBITMAP_LEVELS, so use one for a sentinel. This speeds up in hbitmap_alloc()