Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Dmeson_wdt.c39 unsigned int terminal_count_mask; member
45 .terminal_count_mask = 0x3fffff,
51 .terminal_count_mask = 0xffff,
93 reg &= ~meson_wdt->data->terminal_count_mask; in meson_wdt_change_timeout()
181 meson_wdt->data->terminal_count_mask / meson_wdt->data->count_unit; in meson_wdt_probe()