Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-dove/
H A Dpm.h26 #define CLOCK_GATING_BIT_XOR1 24 macro
44 #define CLOCK_GATING_XOR1_MASK (1 << CLOCK_GATING_BIT_XOR1)
H A Dcommon.c104 xor1 = dove_register_gate("xor1", "tclk", CLOCK_GATING_BIT_XOR1); in dove_clk_init()