Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-dove/
H A Dpm.h12 #define CLOCK_GATING_BIT_GBE 2 macro
30 #define CLOCK_GATING_GBE_MASK (1 << CLOCK_GATING_BIT_GBE)
H A Dcommon.c106 ge = dove_register_gate("ge", "gephy", CLOCK_GATING_BIT_GBE); in dove_clk_init()