Searched refs:hw_timeout (Results 1 – 2 of 2) sorted by relevance
112 u32 regval, set_time, hw_timeout; in mlxreg_wdt_set_timeout() local121 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()
578 static unsigned int hw_timeout = 2000; variable579 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()