Searched refs:wtcon (Results 1 – 3 of 3) sorted by relevance
18 unsigned int wtcon; in wdt_stop() local20 wtcon = readl(&wdt->wtcon); in wdt_stop()21 wtcon &= ~(WTCON_EN | WTCON_INT | WTCON_RESET); in wdt_stop()23 writel(wtcon, &wdt->wtcon); in wdt_stop()30 unsigned int wtcon; in wdt_start() local34 wtcon = readl(&wdt->wtcon); in wdt_start()35 wtcon |= (WTCON_EN | WTCON_CLK(WTCON_CLK_128)); in wdt_start()36 wtcon &= ~WTCON_INT; in wdt_start()37 wtcon |= WTCON_RESET; in wdt_start()38 wtcon |= WTCON_PRESCALER(PRESCALER_VAL); in wdt_start()[all …]
30 unsigned int wtcon; member
31 unsigned int wtcon; member