Home
last modified time | relevance | path

Searched refs:InternalStable (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp354 while (!(fRegisters->clock_control.InternalStable())); in SetClock()
357 while (!(fRegisters->clock_control.InternalStable())); in SetClock()
H A Dsdhci.h190 bool InternalStable() { return fBits & (1 << 1); } in InternalStable() function