Lines Matching refs:temp_state
1444 uint32_t temp_state = 0U; in enet_debug_status_get() local
1448 temp_state = GET_MAC_DBG_RXAFS(ENET_MAC_DBG); in enet_debug_status_get()
1451 temp_state = GET_MAC_DBG_RXFRS(ENET_MAC_DBG); in enet_debug_status_get()
1454 temp_state = GET_MAC_DBG_RXFS(ENET_MAC_DBG); in enet_debug_status_get()
1457 temp_state = GET_MAC_DBG_SOMT(ENET_MAC_DBG); in enet_debug_status_get()
1460 temp_state = GET_MAC_DBG_TXFRS(ENET_MAC_DBG); in enet_debug_status_get()
1464 temp_state = 0x1U; in enet_debug_status_get()
1468 return temp_state; in enet_debug_status_get()
3263 uint32_t temp_config = 0U, temp_state = 0U; in enet_ptp_timestamp_function_config() local
3278 temp_state = ENET_PTP_TSCTL & ENET_PTP_TSCTL_TMSARU; in enet_ptp_timestamp_function_config()
3280 }while((RESET != temp_state) && (timeout < ENET_DELAY_TO)); in enet_ptp_timestamp_function_config()
3291 temp_state = ENET_PTP_TSCTL & (ENET_PTP_TSCTL_TMSSTU | ENET_PTP_TSCTL_TMSSTI); in enet_ptp_timestamp_function_config()
3293 }while((RESET != temp_state) && (timeout < ENET_DELAY_TO)); in enet_ptp_timestamp_function_config()
3304 temp_state = ENET_PTP_TSCTL & ENET_PTP_TSCTL_TMSSTI; in enet_ptp_timestamp_function_config()
3306 }while((RESET != temp_state) && (timeout < ENET_DELAY_TO)); in enet_ptp_timestamp_function_config()