Searched refs:giztime (Results 1 – 1 of 1) sorted by relevance
83 u32 giztime, ret; in get_gizmo_latency() local85 giztime = in_le32(sdcpwr_mapbase + SDCPWR_GIZTIME_REG); in get_gizmo_latency()88 if (giztime & SDCPWR_GIZTIME_GR) in get_gizmo_latency()89 ret = (giztime & SDCPWR_GIZTIME_LONGLOCK) * 128000; in get_gizmo_latency()91 ret = (giztime & SDCPWR_GIZTIME_LONGLOCK) * 1000; in get_gizmo_latency()