Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dwdcvar.h160 #define WDC_CAPABILITY_NO_EXTRA_RESETS 0x0100 /* only reset once */ macro
Dwdc.c612 (chp->wdc->cap & WDC_CAPABILITY_NO_EXTRA_RESETS) == 0) { in wdcprobe()
/openbsd/src/sys/dev/pcmcia/
Dwdc_pcmcia.c328 sc->sc_wdcdev.cap |= WDC_CAPABILITY_NO_EXTRA_RESETS; in wdc_pcmcia_attach()