Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Daspeed_wdt.c26 u32 ext_pulse_width_mask; member
39 .ext_pulse_width_mask = 0xff,
45 .ext_pulse_width_mask = 0xfffff,
51 .ext_pulse_width_mask = 0xfffff,
411 reg &= wdt->cfg->ext_pulse_width_mask; in aspeed_wdt_probe()
419 reg &= wdt->cfg->ext_pulse_width_mask; in aspeed_wdt_probe()
436 u32 max_duration = wdt->cfg->ext_pulse_width_mask + 1; in aspeed_wdt_probe()
/openbmc/qemu/hw/watchdog/
H A Dwdt_aspeed.c190 s->regs[WDT_RESET_WIDTH] &= ~awc->ext_pulse_width_mask; in aspeed_wdt_write()
191 s->regs[WDT_RESET_WIDTH] |= data & awc->ext_pulse_width_mask; in aspeed_wdt_write()
331 awc->ext_pulse_width_mask = 0xff; in aspeed_2400_wdt_class_init()
368 awc->ext_pulse_width_mask = 0xfffff; in aspeed_2500_wdt_class_init()
391 awc->ext_pulse_width_mask = 0xfffff; /* TODO */ in aspeed_2600_wdt_class_init()
414 awc->ext_pulse_width_mask = 0xfffff; /* TODO */ in aspeed_1030_wdt_class_init()
/openbmc/qemu/include/hw/watchdog/
H A Dwdt_aspeed.h45 uint32_t ext_pulse_width_mask; member