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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.h211 kFWAsynchDataLength = FWBitRange (0, 15), enumerator in enum:__anon1545
H A DIOFireWireController.cpp5166 (data[3] & kFWAsynchDataLength) >> kFWAsynchDataLengthPhase, speed);
5239 (data[3] & kFWAsynchDataLength) >> kFWAsynchDataLengthPhase);
5243 int length = (data[3] & kFWAsynchDataLength) >> kFWAsynchDataLengthPhase ;
5314 (const void*)(data+4), (data[3] & kFWAsynchDataLength)>>kFWAsynchDataLengthPhase);
5338 (data[3] & kFWAsynchDataLength) >> kFWAsynchDataLengthPhase, speed);

Completed in 99 milliseconds