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