Lines Matching refs:timeout_cnt
2623 int timeout_cnt; /* used in for loops */ in dfx_hw_dma_cmd_req() local
2663 for (timeout_cnt = 20000; timeout_cnt > 0; timeout_cnt--) in dfx_hw_dma_cmd_req()
2669 if (timeout_cnt == 0) in dfx_hw_dma_cmd_req()
2683 for (timeout_cnt = 20000; timeout_cnt > 0; timeout_cnt--) in dfx_hw_dma_cmd_req()
2689 if (timeout_cnt == 0) in dfx_hw_dma_cmd_req()
2744 int timeout_cnt; /* used in for loops */ in dfx_hw_port_ctrl_req() local
2759 timeout_cnt = 600000; /* set command timeout count to 60 seconds */ in dfx_hw_port_ctrl_req()
2761 timeout_cnt = 20000; /* set command timeout count to 2 seconds */ in dfx_hw_port_ctrl_req()
2763 for (; timeout_cnt > 0; timeout_cnt--) in dfx_hw_port_ctrl_req()
2770 if (timeout_cnt == 0) in dfx_hw_port_ctrl_req()
2908 int timeout_cnt; /* used in for loops */ in dfx_hw_dma_uninit() local
2916 for (timeout_cnt = 100000; timeout_cnt > 0; timeout_cnt--) in dfx_hw_dma_uninit()
2922 if (timeout_cnt == 0) in dfx_hw_dma_uninit()