Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfirewirereg.h121 #define FWBUSNOTREADY (-1) macro
H A Dfirewire.c208 fc->status = FWBUSNOTREADY; in firewireattach()
256 fw_busreset(fc, FWBUSNOTREADY); in firewireattach()
332 fc->status = FWBUSNOTREADY; in firewire_resume()
537 if (fc->status == FWBUSNOTREADY) in fw_busreset()
H A Dsbp.c540 if (fc->status != FWBUSNOTREADY) { in sbpattach()