Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Daspeed_wdt.c23 u32 ext_pulse_width_mask; member
27 .ext_pulse_width_mask = 0xff,
31 .ext_pulse_width_mask = 0xfffff,
327 reg &= config->ext_pulse_width_mask; in aspeed_wdt_probe()
335 reg &= config->ext_pulse_width_mask; in aspeed_wdt_probe()
345 u32 max_duration = config->ext_pulse_width_mask + 1; in aspeed_wdt_probe()