/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/ |
D | DwUsb3Dxe.c | 472 switch (pcd->speed) { in DwUsb3EpActivate() 637 pcd->speed = USB_SPEED_UNKNOWN; in DriverInit() 792 IN UINTN speed in DwUsb3PcdSetSpeed() argument 796 switch (speed) { in DwUsb3PcdSetSpeed() 813 DEBUG ((DEBUG_ERROR, "invalid speed: %d\n", speed)); in DwUsb3PcdSetSpeed() 830 pcd->speed = (UINT8)Speed; in DwUsb3HandleConnectDoneInterrupt() 1404 if (pcd->speed == USB_SPEED_SUPER) { in DwUsb3DoGetStatus() 1485 if ((pcd->speed != USB_SPEED_SUPER) || in DwUsb3DoClearFeature() 1493 if ((pcd->speed != USB_SPEED_SUPER) || in DwUsb3DoClearFeature() 1501 if ((pcd->speed != USB_SPEED_SUPER) || in DwUsb3DoClearFeature() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ |
D | ccbench.py | 260 speed = sum(r[0] for r in results) / max(r[1] for r in results) 261 print("threads=%d: %d" % (nthreads, speed), end="") 264 baseline_speed = speed 266 print(" ( %d %%)" % (speed / baseline_speed * 100)) 516 speed = results 518 print("CPU threads=%d: %.1f" % (nthreads, speed), end="") 521 baseline_speed = speed 523 print(" ( %d %%)" % (speed / baseline_speed * 100))
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | i2c.c | 312 const uint32_t speed) in stmI2cSpeedSet() argument 323 if (speed <= 100000) { in stmI2cSpeedSet() 324 ccr = apb1_clk / (speed * 2); in stmI2cSpeedSet() 330 } else if (speed <= 400000) { in stmI2cSpeedSet() 331 ccr_1 = apb1_clk / (speed * 3); in stmI2cSpeedSet() 332 if (ccr_1 == 0 || apb1_clk / (ccr_1 * 3) > speed) in stmI2cSpeedSet() 334 ccr_2 = apb1_clk / (speed * 25); in stmI2cSpeedSet() 335 if (ccr_2 == 0 || apb1_clk / (ccr_2 * 25) > speed) in stmI2cSpeedSet() 781 static int i2cMasterReset(uint32_t busId, uint32_t speed) in i2cMasterReset() argument 798 delay = 500000000UL/speed; in i2cMasterReset() [all …]
|
D | spi.c | 118 static inline struct Gpio *stmSpiGpioInit(uint32_t gpioNum, enum StmGpioSpeed speed, enum StmGpioAl… in stmSpiGpioInit() argument 123 gpioConfigAlt(gpio, speed, GPIO_PULL_NONE, GPIO_OUT_PUSH_PULL, func); in stmSpiGpioInit() 178 if (!mode->speed) in stmSpiEnable() 182 div = pclk / mode->speed; in stmSpiEnable()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/ |
D | hi3660-hikey960.dts | 212 * from Huawei. The 40 pin low speed expansion connector is named 521 /* On Low speed expansion */ 537 /* On Low speed expansion */ 543 /* On Low speed expansion */ 554 max-speed = <3000000>; 559 /* On Low speed expansion */ 565 /* On Low speed expansion */ 571 /* On High speed expansion */
|
/device/google/contexthub/firmware/os/core/ |
D | osApi.c | 341 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgIn() local 344 gpioConfigInput(gpio, speed, pullMode); in osExpApiGpioCfgIn() 350 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgOut() local 355 gpioConfigOutput(gpio, speed, pullMode, odrMode, value); in osExpApiGpioCfgOut() 361 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgAlt() local 366 gpioConfigAlt(gpio, speed, pullMode, odrMode, altFunc); in osExpApiGpioCfgAlt() 387 uint32_t speed = va_arg(args, uint32_t); in osExpApiI2cMstReq() local 389 *retValP = i2cMasterRequest(busId, speed); in osExpApiI2cMstReq()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 10 keeping high decompression speed and low memory requirements for 192 - Estimated compressing speed: about 2 MB/s on 2 GHz CPU 193 - Estimated decompressing speed: 202 Some critical operations that affect the speed of LZMA decompression: 207 The speed of LZMA decompressing mostly depends from CPU speed. 208 Memory speed has no big meaning. But if your CPU has small data cache, 209 overall weight of memory speed will slightly increase. 227 measured speed and it is normalized with Intel's Core 2 results. 340 Compressing and decompressing speed of such filters is very high,
|
D | lzma-history.txt | 164 - ANSI-C LZMA Decoder was rewritten for speed optimizations. 216 - Compressing speed and memory requirements for compressing were increased 298 - Small speed optimization in LZMA C++ code 324 and decompressing speed and shows rating values.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 10 keeping high decompression speed and low memory requirements for 192 - Estimated compressing speed: about 2 MB/s on 2 GHz CPU 193 - Estimated decompressing speed: 202 Some critical operations that affect the speed of LZMA decompression: 207 The speed of LZMA decompressing mostly depends from CPU speed. 208 Memory speed has no big meaning. But if your CPU has small data cache, 209 overall weight of memory speed will slightly increase. 227 measured speed and it is normalized with Intel's Core 2 results. 340 Compressing and decompressing speed of such filters is very high,
|
D | lzma-history.txt | 164 - ANSI-C LZMA Decoder was rewritten for speed optimizations. 216 - Compressing speed and memory requirements for compressing were increased 298 - Small speed optimization in LZMA C++ code 324 and decompressing speed and shows rating values.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-sdk.txt | 10 keeping high decompression speed and low memory requirements for 192 - Estimated compressing speed: about 2 MB/s on 2 GHz CPU 193 - Estimated decompressing speed: 202 Some critical operations that affect the speed of LZMA decompression: 207 The speed of LZMA decompressing mostly depends from CPU speed. 208 Memory speed has no big meaning. But if your CPU has small data cache, 209 overall weight of memory speed will slightly increase. 227 measured speed and it is normalized with Intel's Core 2 results. 340 Compressing and decompressing speed of such filters is very high,
|
D | lzma-history.txt | 164 - ANSI-C LZMA Decoder was rewritten for speed optimizations. 216 - Compressing speed and memory requirements for compressing were increased 298 - Small speed optimization in LZMA C++ code 324 and decompressing speed and shows rating values.
|
/device/google/contexthub/firmware/os/platform/native/ |
D | i2c.c | 29 int i2cMasterRequest(I2cBus busId, I2cSpeed speed) in i2cMasterRequest() argument
|
/device/google/cuttlefish_common/guest/hals/gps/ |
D | gps_thread.cpp | 57 if (r->fix.flags & GPS_LOCATION_HAS_SPEED) D(" - speed = %g", r->fix.speed); in reader_call_callback() 78 &r->fix.speed, &r->fix.accuracy); in reader_parse_message()
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/ |
D | device.h | 59 uint8_t speed; variable
|
/device/google/contexthub/firmware/os/inc/ |
D | spi.h | 50 SpiSpeed speed; member
|
/device/google/cuttlefish_common/common/libs/usbforward/ |
D | protocol.h | 111 uint8_t speed; member
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | README | 18 LPS22HB_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 19 HTS221_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/google/cuttlefish/shared/sepolicy/ |
D | usbforward.te | 13 # Read /sys/devices/platform/dummy_hcd.0/usb1/1-1/speed. Although this file is labelled
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | README | 18 ISL29034_I2C_SPEED /* specify I2C Bus speed in Hz */
|
/device/linaro/hikey/wpan/uim/ |
D | uim.h | 132 uint32_t speed; member
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/ |
D | virtual_adb_client.cpp | 56 d->speed = dev.speed; in RegisterDevice()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | timesoftfloat.txt | 12 The `timesoftfloat' program evaluates the speed of SoftFloat's floating- 62 Ordinarily, a function's speed will be evaulated separately for each of 75 For each function and mode evaluated, `timesoftfloat' reports the speed of
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | README | 21 ST_ACC44_I2C_SPEED /* specify I2C Bus speed in hz */
|