Home
last modified time | relevance | path

Searched refs:PollCount (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
DI2cLib.c133 UINT8 PollCount; in DisableI2CController() local
135 PollCount = 0; in DisableI2CController()
160 PollCount++; in DisableI2CController()
161 if (PollCount >= MAX_T_POLL_COUNT) { in DisableI2CController()
172 ASSERT (PollCount < MAX_T_POLL_COUNT); in DisableI2CController()
239 UINT32 PollCount; in WaitForStopDet() local
244 PollCount = 0; in WaitForStopDet()
275 PollCount++; in WaitForStopDet()
276 if (PollCount >= MAX_STOP_DET_POLL_COUNT) { in WaitForStopDet()
655 UINT8 PollCount; in ReadMultipleByte() local
[all …]
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.h337 UINTN PollCount; ///< Number of times the autonegotiation status was polled member
DAx88772.c783 &pNicDevice->PollCount, in Ax88772Rx()
798 pNicDevice->PollCount = 0; in Ax88772Rx()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DAx88772.h386 UINTN PollCount; ///< Number of times the autonegotiation status was polled member
DSimpleNetwork.c157 &pNicDevice->PollCount, in SN_GetStatus()
172 pNicDevice->PollCount = 0; in SN_GetStatus()
DAx88772.c256 &pNicDevice->PollCount, in Ax88772NegotiateLinkStart()