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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Dcpufreq.c99 u32 giztime, ret; local
101 giztime = in_le32(sdcpwr_mapbase + SDCPWR_GIZTIME_REG);
104 if (giztime & SDCPWR_GIZTIME_GR)
105 ret = (giztime & SDCPWR_GIZTIME_LONGLOCK) * 128000;
107 ret = (giztime & SDCPWR_GIZTIME_LONGLOCK) * 1000;

Completed in 95 milliseconds