Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/bcm/
Dclk-kona-setup.c263 if (gate_is_hw_controllable(gate)) { in gate_valid()
270 BUG_ON(!gate_is_hw_controllable(gate)); in gate_valid()
Dclk-kona.h56 #define gate_is_hw_controllable(gate) FLAG_TEST(gate, GATE, HW) macro
Dclk-kona.c408 if (gate_is_hw_controllable(gate)) { in __gate_commit()