hw_timeout        111 drivers/watchdog/mlx_wdt.c 	u32 regval, set_time, hw_timeout;
hw_timeout        119 drivers/watchdog/mlx_wdt.c 		hw_timeout = order_base_2(timeout * MLXREG_WDT_CLOCK_SCALE);
hw_timeout        120 drivers/watchdog/mlx_wdt.c 		regval = (regval & reg_data->mask) | hw_timeout;
hw_timeout        122 drivers/watchdog/mlx_wdt.c 		set_time = BIT(hw_timeout) / MLXREG_WDT_CLOCK_SCALE;