Home
last modified time | relevance | path

Searched refs:hw_timeout (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dmlx_wdt.c112 u32 regval, set_time, hw_timeout; in mlxreg_wdt_set_timeout() local
121 hw_timeout = order_base_2(timeout * MLXREG_WDT_CLOCK_SCALE); in mlxreg_wdt_set_timeout()
122 regval = (regval & reg_data->mask) | hw_timeout; in mlxreg_wdt_set_timeout()
124 set_time = BIT(hw_timeout) / MLXREG_WDT_CLOCK_SCALE; in mlxreg_wdt_set_timeout()
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c578 static unsigned int hw_timeout = 2000; variable
579 module_param(hw_timeout, int, 0644);
580 MODULE_PARM_DESC(hw_timeout, "MXC JPEG hw timeout, the number of milliseconds");
1515 schedule_delayed_work(&ctx->task_timer, msecs_to_jiffies(hw_timeout)); in mxc_jpeg_device_run()