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

/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp343 divider = fRegisters->clock_control.SetDivider(divider);
351 fRegisters->clock_control.EnableInternal();
354 while (!(fRegisters->clock_control.InternalStable()));
356 fRegisters->clock_control.EnablePLL();
357 while (!(fRegisters->clock_control.InternalStable()));
360 fRegisters->clock_control.EnableSD();
H A Dsdhci.h340 ClockControl clock_control; member in struct:registers

Completed in 248 milliseconds