Home
last modified time | relevance | path

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

/linux-4.4.14/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()
126 cm_osc = __raw_readl(cm_base + INTEGRATOR_HDR_OSC_OFFSET); in integrator_set_target()
137 __raw_writel(cm_osc, cm_base + INTEGRATOR_HDR_OSC_OFFSET); in integrator_set_target()
163 cm_osc = __raw_readl(cm_base + INTEGRATOR_HDR_OSC_OFFSET); in integrator_get()
/linux-4.4.14/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)