Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c236 int sw_timeout; in exynos_mipi_dsi_pll_on() local
239 sw_timeout = 1000; in exynos_mipi_dsi_pll_on()
244 sw_timeout--; in exynos_mipi_dsi_pll_on()
247 if (sw_timeout == 0) in exynos_mipi_dsi_pll_on()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A D82571.c437 s32 sw_timeout = hw->nvm.word_size + 1; in e1000_get_hw_semaphore_82571() local
449 sw_timeout = 1; in e1000_get_hw_semaphore_82571()
452 while (i < sw_timeout) { in e1000_get_hw_semaphore_82571()
461 if (i == sw_timeout) { in e1000_get_hw_semaphore_82571()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv0900_sw.c55 s32 *frequency_inc, s32 *sw_timeout, in stv0900_get_sw_loop_params() argument
116 *sw_timeout = timeout; in stv0900_get_sw_loop_params()