Searched refs:hwreset (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Di82586var.h145 * hwreset - board reset
186 void (*hwreset)(struct ie_softc *, int); member in struct:ie_softc
H A Di82586.c219 * hwreset - board dependent reset
1215 if (sc->hwreset)
1216 (sc->hwreset)(sc, CHIP_PROBE);
1254 if (hard && sc->hwreset)
1255 (sc->hwreset)(sc, CARD_RESET);
/netbsd-current/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c330 sc->hwreset(sc, CARD_RESET);
456 sc->hwreset = ie_gsc_reset;
524 sc->hwreset(sc, CARD_RESET);
/netbsd-current/sys/dev/isa/
H A Dif_ai.c334 sc->hwreset = ai_reset;
435 sc->hwreset = ai_reset;
H A Dif_ef.c464 sc->hwreset = ef_reset;
H A Dif_ix.c684 sc->hwreset = ix_reset;
/netbsd-current/sys/arch/sun2/dev/
H A Dif_ie_mbmem.c410 sc->hwreset = ie_mbmemreset;
H A Dif_ie_obio.c273 sc->hwreset = ie_obreset;
/netbsd-current/sys/dev/mvme/
H A Dif_ie_mvme.c271 sc->hwreset = ie_reset;
/netbsd-current/sys/dev/mca/
H A Dif_elmc_mca.c180 sc->hwreset = elmc_mca_hwreset;
/netbsd-current/sys/arch/sparc/dev/
H A Dif_ie_obio.c264 sc->hwreset = ie_obreset;
/netbsd-current/sys/dev/podulebus/
H A Dif_ei.c136 sc->sc_ie.hwreset = ei_hwreset;
/netbsd-current/sys/dev/vme/
H A Dif_ie_vme.c485 sc->hwreset = ie_vmereset;

Completed in 122 milliseconds