Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichwd/
H A Di6300esbwd.c121 bus_write_2(sc->res, WDT_RELOAD_REG, WDT_RELOAD); in i6300esbwd_event()
143 bus_write_2(sc->res, WDT_RELOAD_REG, WDT_RELOAD); in i6300esbwd_event()
204 bus_write_2(sc->res, WDT_RELOAD_REG, WDT_RELOAD | WDT_TIMEOUT); in i6300esbwd_attach()
H A Di6300esbwd.h42 #define WDT_RELOAD (0x01 << 8) macro