Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/bcm/
H A Dclk-kona.c364 if (!gate_exists(gate)) in __is_clk_gate_enabled()
381 if (!gate_exists(gate)) in is_clk_gate_enabled()
402 BUG_ON(!gate_exists(gate)); in __gate_commit()
449 if (!gate_exists(gate)) in gate_init()
465 if (!gate_exists(gate) || !gate_is_sw_managed(gate)) in __clk_gate()
496 if (!gate_exists(gate) || !gate_is_sw_managed(gate)) in clk_gate()
H A Dclk-kona-setup.c109 if (gate_exists(gate)) { in peri_clk_data_offsets_valid()
430 if (gate_exists(gate) && !gate_valid(gate, "gate", name)) in peri_clk_data_valid()
H A Dclk-kona.h54 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS) macro
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h96 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS) macro
H A Dclk-core.c106 if (gate_exists(gate)) { in peri_clk_enable()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h96 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS) macro
H A Dclk-core.c106 if (gate_exists(gate)) { in peri_clk_enable()