Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c235 int sw_timeout; in exynos_mipi_dsi_pll_on() local
238 sw_timeout = 1000; in exynos_mipi_dsi_pll_on()
243 sw_timeout--; in exynos_mipi_dsi_pll_on()
246 if (sw_timeout == 0) in exynos_mipi_dsi_pll_on()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c436 s32 sw_timeout = hw->nvm.word_size + 1; in e1000_get_hw_semaphore_82571() local
448 sw_timeout = 1; in e1000_get_hw_semaphore_82571()
451 while (i < sw_timeout) { in e1000_get_hw_semaphore_82571()
460 if (i == sw_timeout) { in e1000_get_hw_semaphore_82571()
/openbmc/linux/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()