Home
last modified time | relevance | path

Searched refs:timeout_cnt (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/watchdog/
Docteon-wdt-main.c81 static unsigned int timeout_cnt; variable
404 ciu_wdog.s.len = timeout_cnt; in octeon_wdt_cpu_online()
458 timeout_cnt = ((octeon_get_io_clock_rate() / divisor) * timeout_sec) >> 8; in octeon_wdt_calc_parameters()
482 ciu_wdog.s.len = timeout_cnt; in octeon_wdt_set_timeout()
557 timeout_cnt = ((octeon_get_io_clock_rate() / divisor) * max_timeout_sec) >> 8; in octeon_wdt_init()
558 } while (timeout_cnt > 65535); in octeon_wdt_init()
560 BUG_ON(timeout_cnt == 0); in octeon_wdt_init()
/Linux-v4.19/drivers/net/fddi/
Ddefxx.c2621 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()
[all …]
/Linux-v4.19/drivers/iio/common/ssp_sensors/
Dssp.h205 unsigned int timeout_cnt; member
Dssp_dev.c175 data->timeout_cnt = 0; in ssp_wdt_work_func()
189 if (data->timeout_cnt > SSP_LIMIT_TIMEOUT_CNT || in ssp_wdt_timer_func()
425 data->timeout_cnt = 0; in ssp_refresh_task()
Dssp_spi.c241 data->timeout_cnt++; in ssp_do_transfer()
249 data->timeout_cnt++; in ssp_do_transfer()