wdt_type 52 drivers/watchdog/mlx_wdt.c enum mlxreg_wdt_type wdt_type; wdt_type 114 drivers/watchdog/mlx_wdt.c if (wdt->wdt_type == MLX_WDT_TYPE1) { wdt_type 214 drivers/watchdog/mlx_wdt.c wdt->wdt_type = pdata->version; wdt_type 215 drivers/watchdog/mlx_wdt.c if (wdt->wdt_type == MLX_WDT_TYPE2) { wdt_type 131 drivers/watchdog/mpc8xxx_wdt.c const struct mpc8xxx_wdt_type *wdt_type; wdt_type 137 drivers/watchdog/mpc8xxx_wdt.c wdt_type = of_device_get_match_data(dev); wdt_type 138 drivers/watchdog/mpc8xxx_wdt.c if (!wdt_type) wdt_type 153 drivers/watchdog/mpc8xxx_wdt.c if (!enabled && wdt_type->hw_enabled) { wdt_type 166 drivers/watchdog/mpc8xxx_wdt.c status = in_be32(rsr) & wdt_type->rsr_mask; wdt_type 169 drivers/watchdog/mpc8xxx_wdt.c out_be32(rsr, wdt_type->rsr_mask); wdt_type 186 drivers/watchdog/mpc8xxx_wdt.c ddata->swtc = min(ddata->wdd.timeout * freq / wdt_type->prescaler, wdt_type 197 drivers/watchdog/mpc8xxx_wdt.c ddata->wdd.max_hw_heartbeat_ms = (ddata->swtc * wdt_type->prescaler) /