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

/openbsd-current/sys/dev/ic/
H A Di82596var.h150 * hwreset - board reset
200 void (*hwreset)(struct ie_softc *, int); member in struct:ie_softc
H A Di82596.c224 (sc->hwreset)(sc, IE_CARD_RESET);
257 * hwreset - board dependent reset
281 (sc->hwreset)(sc, IE_CARD_RESET);
1322 if (sc->hwreset)
1323 (sc->hwreset)(sc, IE_CHIP_PROBE);
1370 if (hard && sc->hwreset)
1371 (sc->hwreset)(sc, IE_CARD_RESET);
/openbsd-current/sys/arch/hppa/gsc/
H A Dif_ie_gsc.c344 sc->hwreset = ie_gsc_reset;
/openbsd-current/sys/dev/ata/
H A Datascsi.h141 u_int16_t hwreset; /* 93 */ member in struct:ata_identify

Completed in 121 milliseconds