Lines Matching refs:timeout_cnt
2621 int timeout_cnt; /* used in for loops */ in dfx_hw_dma_cmd_req() local
2661 for (timeout_cnt = 20000; timeout_cnt > 0; timeout_cnt--) in dfx_hw_dma_cmd_req()
2667 if (timeout_cnt == 0) in dfx_hw_dma_cmd_req()
2681 for (timeout_cnt = 20000; timeout_cnt > 0; timeout_cnt--) in dfx_hw_dma_cmd_req()
2687 if (timeout_cnt == 0) in dfx_hw_dma_cmd_req()
2742 int timeout_cnt; /* used in for loops */ in dfx_hw_port_ctrl_req() local
2757 timeout_cnt = 600000; /* set command timeout count to 60 seconds */ in dfx_hw_port_ctrl_req()
2759 timeout_cnt = 20000; /* set command timeout count to 2 seconds */ in dfx_hw_port_ctrl_req()
2761 for (; timeout_cnt > 0; timeout_cnt--) in dfx_hw_port_ctrl_req()
2768 if (timeout_cnt == 0) in dfx_hw_port_ctrl_req()
2906 int timeout_cnt; /* used in for loops */ in dfx_hw_dma_uninit() local
2914 for (timeout_cnt = 100000; timeout_cnt > 0; timeout_cnt--) in dfx_hw_dma_uninit()
2920 if (timeout_cnt == 0) in dfx_hw_dma_uninit()