Searched refs:timeout_count (Results 1 – 4 of 4) sorted by relevance
1022 int timeout_count = 0; in HAL_UART_PIU_Write() local1034 timeout_count = 0; in HAL_UART_PIU_Write()1035 while ((!(UART_REG8(UART_LSR) & UART_LSR_THRE)) && (timeout_count++ < UART_TIMEOUT)); in HAL_UART_PIU_Write()1089 int timeout_count = 0; in HAL_UART_PIU_Read() local1104 timeout_count = 0; in HAL_UART_PIU_Read()1105 while ((!(UART_REG8(UART_LSR) & UART_LSR_DR)) && (timeout_count++ < UART_TIMEOUT)); in HAL_UART_PIU_Read()
1594 MS_U8 timeout_count = 0; in GE_WaitTAGID() local1629 timeout_count++; in GE_WaitTAGID()1631 … if ((bHadPrintOutDbgMsg == FALSE) && (timeout_count > GE_TAG_INTERRUPT_DEBUG_PRINT_THRESHOLD)) in GE_WaitTAGID()