Home
last modified time | relevance | path

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

/system/dev/clk/mtk-clk/
A Dmtk-clk.cpp33 constexpr MtkClkGate kMtkClkGates[] = { variable
148 if (index >= fbl::count_of(kMtkClkGates)) { in ClkEnable()
152 const MtkClkGate& gate = kMtkClkGates[index]; in ClkEnable()
158 if (index >= fbl::count_of(kMtkClkGates)) { in ClkDisable()
162 const MtkClkGate& gate = kMtkClkGates[index]; in ClkDisable()

Completed in 3 milliseconds