Home
last modified time | relevance | path

Searched refs:idlect_shift (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-omap1/
Dclock_data.c101 .idlect_shift = IDL_CLKOUT_ARM_SHIFT,
138 .idlect_shift = IDLPER_ARM_SHIFT,
165 .idlect_shift = IDLXORP_ARM_SHIFT,
178 .idlect_shift = IDLTIM_ARM_SHIFT,
192 .idlect_shift = IDLWDT_ARM_SHIFT,
270 .idlect_shift = IDLIF_ARM_SHIFT,
350 .idlect_shift = IDLAPI_ARM_SHIFT,
363 .idlect_shift = IDLLB_ARM_SHIFT,
405 .idlect_shift = OMAP1510_IDLLCD_ARM_SHIFT,
Dclock.h56 __u8 idlect_shift; member
Dclock.c64 arm_idlect1_mask |= 1 << iclk->idlect_shift; in omap1_clk_allow_idle()
75 arm_idlect1_mask &= ~(1 << iclk->idlect_shift); in omap1_clk_deny_idle()