Searched refs:giztime (Results 1 – 1 of 1) sorted by relevance
95 u32 giztime, ret; in get_gizmo_latency() local97 giztime = in_le32(sdcpwr_mapbase + SDCPWR_GIZTIME_REG); in get_gizmo_latency()100 if (giztime & SDCPWR_GIZTIME_GR) in get_gizmo_latency()101 ret = (giztime & SDCPWR_GIZTIME_LONGLOCK) * 128000; in get_gizmo_latency()103 ret = (giztime & SDCPWR_GIZTIME_LONGLOCK) * 1000; in get_gizmo_latency()