Home
last modified time | relevance | path

Searched refs:timeout_count (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/uart/hal/mustang/uart/
H A DhalUART.c1022 int timeout_count = 0; in HAL_UART_PIU_Write() local
1034 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() local
1104 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()
/utopia/UTPA2-700.0.x/modules/uart/hal/maldives/uart/
H A DhalUART.c1022 int timeout_count = 0; in HAL_UART_PIU_Write() local
1034 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() local
1104 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()
/utopia/UTPA2-700.0.x/modules/graphic/hal/mustang/ge/
H A DhalGE.c1594 MS_U8 timeout_count = 0; in GE_WaitTAGID() local
1629 timeout_count++; in GE_WaitTAGID()
1631 … if ((bHadPrintOutDbgMsg == FALSE) && (timeout_count > GE_TAG_INTERRUPT_DEBUG_PRINT_THRESHOLD)) in GE_WaitTAGID()
/utopia/UTPA2-700.0.x/modules/graphic/hal/maldives/ge/
H A DhalGE.c1594 MS_U8 timeout_count = 0; in GE_WaitTAGID() local
1629 timeout_count++; in GE_WaitTAGID()
1631 … if ((bHadPrintOutDbgMsg == FALSE) && (timeout_count > GE_TAG_INTERRUPT_DEBUG_PRINT_THRESHOLD)) in GE_WaitTAGID()