Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintegrator-cpufreq.c27 #define INTEGRATOR_HDR_OSC_OFFSET 0x08 macro
99 cm_osc = __raw_readl(cm_base + INTEGRATOR_HDR_OSC_OFFSET); in integrator_set_target()
127 cm_osc = __raw_readl(cm_base + INTEGRATOR_HDR_OSC_OFFSET); in integrator_set_target()
138 __raw_writel(cm_osc, cm_base + INTEGRATOR_HDR_OSC_OFFSET); in integrator_set_target()
164 cm_osc = __raw_readl(cm_base + INTEGRATOR_HDR_OSC_OFFSET); in integrator_get()
/linux-4.1.27/arch/arm/mach-integrator/
Dhardware.h94 #define INTEGRATOR_HDR_OSC_OFFSET 0x08 macro
107 #define INTEGRATOR_HDR_OSC (INTEGRATOR_HDR_BASE + INTEGRATOR_HDR_OSC_OFFSET)