Searched refs:timeoutCnt (Results 1 – 2 of 2) sorted by relevance
722 uint32_t timeoutCnt = GLB_GPIO_TIMEOUT_COUNT; in GLB_GPIO_Fifo_Push() local727 timeoutCnt = GLB_GPIO_TIMEOUT_COUNT; in GLB_GPIO_Fifo_Push()729 timeoutCnt--; in GLB_GPIO_Fifo_Push()731 if (timeoutCnt == 0) { in GLB_GPIO_Fifo_Push()
729 uint32_t timeoutCnt = GLB_GPIO_TIMEOUT_COUNT; in GLB_GPIO_Fifo_Push() local734 timeoutCnt = GLB_GPIO_TIMEOUT_COUNT; in GLB_GPIO_Fifo_Push()736 timeoutCnt--; in GLB_GPIO_Fifo_Push()738 if (timeoutCnt == 0) { in GLB_GPIO_Fifo_Push()
Completed in 8 milliseconds