Searched refs:kilohertz (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/drivers/
H A Dmmc.h76 status_t (*set_clock)(void* controller, uint32_t kilohertz);
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp324 SdhciBus::SetClock(int kilohertz) argument
328 int divider = base_clock * 1000 / kilohertz;
769 set_clock(void* controller, uint32_t kilohertz) argument
772 bus->SetClock(kilohertz);
H A Dsdhci.h43 void SetClock(int kilohertz);
437 status_t set_clock(void* controller, uint32_t kilohertz);

Completed in 43 milliseconds