Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-dove/
H A Dpm.h18 #define CLOCK_GATING_BIT_NAND 10 macro
36 #define CLOCK_GATING_NAND_MASK (1 << CLOCK_GATING_BIT_NAND)
H A Dcommon.c96 nand = dove_register_gate("nand", "tclk", CLOCK_GATING_BIT_NAND); in dove_clk_init()