HomeSort by: relevance | last modified time | path
    Searched defs:wtreset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
wt.c 192 static int wtreset(bus_space_tag_t, bus_space_handle_t, struct wtregs *);
246 if (wtreset(iot, ioh, &wtregs)) {
253 if (wtreset(iot, ioh, &avregs)) {
300 if (wtreset(iot, ioh, &wtregs)) {
308 if (wtreset(iot, ioh, &avregs)) {
393 if (!wtreset(sc->sc_iot, sc->sc_ioh, &sc->regs))
1032 wtreset(bus_space_tag_t iot, bus_space_handle_t ioh, struct wtregs *regs) function in typeref:typename:int
wt.c 192 static int wtreset(bus_space_tag_t, bus_space_handle_t, struct wtregs *);
246 if (wtreset(iot, ioh, &wtregs)) {
253 if (wtreset(iot, ioh, &avregs)) {
300 if (wtreset(iot, ioh, &wtregs)) {
308 if (wtreset(iot, ioh, &avregs)) {
393 if (!wtreset(sc->sc_iot, sc->sc_ioh, &sc->regs))
1032 wtreset(bus_space_tag_t iot, bus_space_handle_t ioh, struct wtregs *regs) function in typeref:typename:int

Completed in 23 milliseconds