Home
last modified time | relevance | path

Searched refs:sw_timeout (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_common.c450 int sw_timeout; in exynos_mipi_dsi_pll_on() local
453 sw_timeout = 1000; in exynos_mipi_dsi_pll_on()
457 sw_timeout--; in exynos_mipi_dsi_pll_on()
460 if (sw_timeout == 0) in exynos_mipi_dsi_pll_on()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
D82571.c455 s32 sw_timeout = hw->nvm.word_size + 1; in e1000_get_hw_semaphore_82571() local
467 sw_timeout = 1; in e1000_get_hw_semaphore_82571()
470 while (i < sw_timeout) { in e1000_get_hw_semaphore_82571()
479 if (i == sw_timeout) { in e1000_get_hw_semaphore_82571()
/linux-4.1.27/drivers/media/dvb-frontends/
Dstv0900_sw.c69 s32 *frequency_inc, s32 *sw_timeout, in stv0900_get_sw_loop_params() argument
130 *sw_timeout = timeout; in stv0900_get_sw_loop_params()