Home
last modified time | relevance | path

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

/openbsd/sys/arch/armv7/exynos/
H A Dexdog.c98 uint32_t wtcon; in exdog_stop() local
103 wtcon = bus_space_read_4(exdog_sc->sc_iot, exdog_sc->sc_ioh, WTCON); in exdog_stop()
105 wtcon &= ~(WTCON_EN | WTCON_INT | WTCON_RESET); in exdog_stop()
107 bus_space_write_4(exdog_sc->sc_iot, exdog_sc->sc_ioh, WTCON, wtcon); in exdog_stop()
113 uint32_t wtcon; in exdog_reset() local
121 wtcon = bus_space_read_4(exdog_sc->sc_iot, exdog_sc->sc_ioh, WTCON); in exdog_reset()
123 wtcon |= WTCON_EN | WTCON_CLKSEL_128; in exdog_reset()
124 wtcon &= ~WTCON_INT; in exdog_reset()
125 wtcon |= WTCON_RESET; in exdog_reset()
126 wtcon |= WTCON_PRESCALER(0xff); in exdog_reset()
[all …]