Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-dove/
H A Dpm.h19 #define CLOCK_GATING_BIT_CAMERA 11 macro
37 #define CLOCK_GATING_CAMERA_MASK (1 << CLOCK_GATING_BIT_CAMERA)
H A Dcommon.c97 camera = dove_register_gate("camera", "tclk", CLOCK_GATING_BIT_CAMERA); in dove_clk_init()