Searched full:speeds (Results 1 – 18 of 18) sorted by relevance
/qemu/scripts/ |
H A D | mtest2make.py | 17 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 D | core.c | 33 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 D | bus.c | 462 } 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 D | hcd-dwc2.c | 408 static const char *speeds[] = { variable 425 trace_usb_dwc2_attach_speed(speeds[port->dev->speed]); in dwc2_attach()
|
H A D | host-libusb.c | 1010 * Speeds are defined in linux/usb/ch9.h, file not included in usb_host_open()
|
/qemu/tests/qemu-iotests/ |
H A D | 121 | 54 # Preallocation speeds up the write operation, but preallocating everything will
|
H A D | 185 | 295 # limits the number of bytes concurrently in flight, which speeds up
|
H A D | 261 | 480 # Create a v2 image, for speeds' sake: All-zero snapshot table entries
|
/qemu/qapi/ |
H A D | common.json | 100 # An enumeration of PCIe link speeds in units of GT/s
|
/qemu/hw/pci/ |
H A D | pcie.c | 140 * 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 D | termbits.h | 131 /* We'll never see these speeds with the Zilogs, but for completeness... */
|
/qemu/include/hw/ |
H A D | usb.h | 240 /* Supported speeds, not in info because it may be variable (hostdevs) */
|
/qemu/roms/ |
H A D | edk2-build.py | 41 # fixed version speeds up builds
|
/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 537 #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 D | ethtool.h | 2232 * not be used for phy interfaces which natively support multiple speeds (e.g.
|
/qemu/hw/net/ |
H A D | xilinx_axienet.c | 85 /* Speeds and modes. */ in tdk_read()
|
H A D | rtl8139.c | 324 CSCR_Testfun = 1<<15, /* 1 = Auto-neg speeds up internal timer, WO, def 0 */
|
/qemu/util/ |
H A D | hbitmap.c | 815 * of HBITMAP_LEVELS, so use one for a sentinel. This speeds up in hbitmap_alloc()
|