Searched defs:clk (Results 1 – 10 of 10) sorted by relevance
| /system/dev/clk/amlogic-clk/ |
| A D | aml-clk.cpp | 189 zx_status_t AmlClock::ClkToggle(uint32_t clk, const bool enable) { in ClkToggle() 206 zx_status_t AmlClock::ClkEnable(uint32_t clk) { in ClkEnable() 214 zx_status_t AmlClock::ClkDisable(uint32_t clk) { in ClkDisable() 227 zx_status_t AmlClock::ClkMeasureUtil(uint32_t clk, uint32_t* clk_freq) { in ClkMeasureUtil() 263 zx_status_t AmlClock::ClkMeasure(uint32_t clk, clk_freq_info_t* info) { in ClkMeasure()
|
| /system/dev/clk/hisi-lib/ |
| A D | hisi-clk.c | 47 clk_protocol_t clk; member 117 static zx_status_t hisi_clk_enable(void* ctx, uint32_t clk) { in hisi_clk_enable() 121 static zx_status_t hisi_clk_disable(void* ctx, uint32_t clk) { in hisi_clk_disable() 131 hisi_clk_t* clk = ctx; in hisi_clk_release() local
|
| /system/uapp/clock/ |
| A D | clkctl.c | 91 int measure_clk(const char* path, uint32_t idx, bool clk) { in measure_clk() 128 bool clk = false; in main() local
|
| /system/dev/thermal/mtk-thermal/ |
| A D | mtk-thermal.h | 31 const ddk::ClkProtocolClient& clk, const pdev_device_info_t& info, in MtkThermal()
|
| A D | mtk-thermal.cpp | 54 ddk::ClkProtocolClient clk(parent); in Create() local
|
| /system/dev/clk/mtk-clk/ |
| A D | mtk-clk.cpp | 17 namespace clk { namespace 167 zx_status_t MtkClk::ClkMeasure(uint32_t clk, clk_freq_info_t* info) { in ClkMeasure()
|
| /system/dev/bus/platform/ |
| A D | platform-bus.h | 80 inline ddk::ClkProtocolClient* clk() { return &*clk_; } in clk() function
|
| A D | device-resources.h | 42 inline const pbus_clk_t& clk(size_t i) const { return clks_[i]; } in clk() function
|
| /system/dev/nand/aml-rawnand/ |
| A D | aml-rawnand.c | 408 uint32_t clk; in aml_set_clock_rate() local
|
| /system/dev/block/aml-sd-emmc/ |
| A D | aml-sd-emmc.c | 435 uint32_t clk = 0, clk_src = 0, clk_div = 0; in aml_sd_emmc_set_bus_freq() local
|
Completed in 29 milliseconds