Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/isa/
H A Dwt.c192 static int wtreset(bus_space_tag_t, bus_space_handle_t, struct wtregs *);
246 if (wtreset(iot, ioh, &wtregs)) { in wtprobe()
253 if (wtreset(iot, ioh, &avregs)) { in wtprobe()
300 if (wtreset(iot, ioh, &wtregs)) { in wtattach()
308 if (wtreset(iot, ioh, &avregs)) { in wtattach()
393 if (!wtreset(sc->sc_iot, sc->sc_ioh, &sc->regs)) in wtopen()
1032 wtreset(bus_space_tag_t iot, bus_space_handle_t ioh, struct wtregs *regs) in wtreset() function