Lines Matching refs:timeout_cnt
2634 int timeout_cnt; /* used in for loops */ in dfx_hw_dma_cmd_req() local
2674 for (timeout_cnt = 20000; timeout_cnt > 0; timeout_cnt--) in dfx_hw_dma_cmd_req()
2680 if (timeout_cnt == 0) in dfx_hw_dma_cmd_req()
2694 for (timeout_cnt = 20000; timeout_cnt > 0; timeout_cnt--) in dfx_hw_dma_cmd_req()
2700 if (timeout_cnt == 0) in dfx_hw_dma_cmd_req()
2755 int timeout_cnt; /* used in for loops */ in dfx_hw_port_ctrl_req() local
2770 timeout_cnt = 600000; /* set command timeout count to 60 seconds */ in dfx_hw_port_ctrl_req()
2772 timeout_cnt = 20000; /* set command timeout count to 2 seconds */ in dfx_hw_port_ctrl_req()
2774 for (; timeout_cnt > 0; timeout_cnt--) in dfx_hw_port_ctrl_req()
2781 if (timeout_cnt == 0) in dfx_hw_port_ctrl_req()
2919 int timeout_cnt; /* used in for loops */ in dfx_hw_dma_uninit() local
2927 for (timeout_cnt = 100000; timeout_cnt > 0; timeout_cnt--) in dfx_hw_dma_uninit()
2933 if (timeout_cnt == 0) in dfx_hw_dma_uninit()