Searched refs:sp_base (Results 1 – 1 of 1) sorted by relevance
137 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_restore() local141 host1x_hw_syncpt_restore(host, sp_base + i); in host1x_syncpt_restore()144 host1x_hw_syncpt_restore_wait_base(host, sp_base + i); in host1x_syncpt_restore()155 struct host1x_syncpt *sp_base = host->syncpt; in host1x_syncpt_save() local159 if (host1x_syncpt_client_managed(sp_base + i)) in host1x_syncpt_save()160 host1x_hw_syncpt_load(host, sp_base + i); in host1x_syncpt_save()162 WARN_ON(!host1x_syncpt_idle(sp_base + i)); in host1x_syncpt_save()166 host1x_hw_syncpt_load_wait_base(host, sp_base + i); in host1x_syncpt_save()
Completed in 8 milliseconds