Searched refs:DataInhibit (Results 1 – 2 of 2) sorted by relevance
172 if (fRegisters->present_state.DataInhibit()) { in ExecuteCommand()220 if (fRegisters->present_state.DataInhibit()) { in ExecuteCommand()299 } while (fRegisters->present_state.DataInhibit()); in ExecuteCommand()
145 bool DataInhibit() { return fBits & (1 << 1); } in DataInhibit() function