Searched refs:cksel (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dat32ap7000.c205 unsigned long cksel, shift = 0; local
207 cksel = sm_readl(&system_manager, PM_CKSEL);
208 if (cksel & SM_BIT(CPUDIV))
209 shift = SM_BFEXT(CPUSEL, cksel) + 1;
232 unsigned long cksel, shift = 0; local
234 cksel = sm_readl(&system_manager, PM_CKSEL);
235 if (cksel & SM_BIT(HSBDIV))
236 shift = SM_BFEXT(HSBSEL, cksel) + 1;
259 unsigned long cksel, shift = 0; local
261 cksel
286 unsigned long cksel, shift = 0; local
[all...]

Completed in 225 milliseconds