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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp830 UInt32 fSupportedTypes; member in class:IOFramebufferI2CInterface
10439 fSupportedTypes = num->unsigned32BitValue();
10442 fSupportedTypes = ((1 << kIOI2CNoTransactionType)
10446 setProperty(kIOI2CTransactionTypesKey, (UInt64) fSupportedTypes, 32);
10476 if (0 == ((1 << request->sendTransactionType) & fSupportedTypes))
10481 if (0 == ((1 << request->replyTransactionType) & fSupportedTypes))

Completed in 196 milliseconds