Searched refs:kFWAsynchDestinationIDPhase (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.h200 kFWAsynchDestinationIDPhase = FWBitRangePhase (0, 15), enumerator in enum:__anon1545
H A DIOFireWireController.cpp5138 destID = (data[0] & kFWAsynchDestinationID) >> kFWAsynchDestinationIDPhase;
5813 if ( ((hdr[0] & kFWAsynchDestinationID) >> kFWAsynchDestinationIDPhase) != 0xffff ) // we should not respond to broadcast writes
5816 DebugLog("Skipped asyncWriteResponse because destID=0x%x\n", (uint32_t)((hdr[0] & kFWAsynchDestinationID) >> kFWAsynchDestinationIDPhase));
5841 if ( ((hdr[0] & kFWAsynchDestinationID) >> kFWAsynchDestinationIDPhase) != 0xffff ) // we should not respond to broadcast locks
5844 DebugLog("Skipped asyncLockResponse because destID=0x%x\n", (uint32_t)((hdr[0] & kFWAsynchDestinationID) >> kFWAsynchDestinationIDPhase));

Completed in 94 milliseconds