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

/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp168 if (fRegisters->present_state.CommandInhibit()) {
226 if (fRegisters->present_state.CommandInhibit())
243 fRegisters->present_state.CommandInhibit());
252 if (fRegisters->present_state.CommandInhibit()) {
269 if (fRegisters->present_state.CommandInhibit()) {
H A Dsdhci.h144 bool CommandInhibit() { return fBits & (1 << 0); } function in class:PresentState

Completed in 100 milliseconds