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

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATAController.cpp166 _busState = IOATAController::kBusFree;
603 if( _busState == IOATAController::kBusFree
611 if( _busState == IOATAController::kBusFree
656 _busState = IOATAController::kBusBusy;
667 _busState = IOATAController::kBusFree;
752 UInt32 currBusState = _busState;
758 _busState = kBusFree;
782 _busState = currBusState;
818 _busState = IOATAController::kBusFree;
H A DIOATAController.h129 UInt32 _busState; member in class:IOATAController

Completed in 99 milliseconds