Searched refs:allowed_access (Results 1 – 1 of 1) sorted by relevance
78 unsigned long allowed_access = phy->last_access + phy->access_delay; in cr50_ensure_access_delay() local88 if (time_in_range_open(time_now, phy->last_access, allowed_access)) { in cr50_ensure_access_delay()89 unsigned long remaining, timeout = allowed_access - time_now; in cr50_ensure_access_delay()