HomeSort by relevance Sort by last modified time
    Searched defs:PollCount (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
I2cLib.c 133 UINT8 PollCount;
135 PollCount = 0;
160 PollCount++;
161 if (PollCount >= MAX_T_POLL_COUNT) {
172 ASSERT (PollCount < MAX_T_POLL_COUNT);
239 UINT32 PollCount;
244 PollCount = 0;
275 PollCount++;
276 if (PollCount >= MAX_STOP_DET_POLL_COUNT) {
655 UINT8 PollCount;
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
Ax88772.h 337 UINTN PollCount; ///< Number of times the autonegotiation status was polled
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
Ax88772.h 386 UINTN PollCount; ///< Number of times the autonegotiation status was polled
    [all...]

Completed in 484 milliseconds