Home
last modified time | relevance | path

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

/freebsd-13-stable/stand/i386/libfirewire/
HDfirewire.c345 if (sc->state < FWOHCI_STATE_ENABLED) { in fw_busreset()
386 sc->state = FWOHCI_STATE_ENABLED; in fw_enable()
404 if (sc->state < FWOHCI_STATE_ENABLED) in fw_poll()
HDfwohci.h62 #define FWOHCI_STATE_ENABLED 1 macro