Searched refs:ACI_MINTIME (Results 1 – 2 of 2) sorted by relevance
9 #define ACI_MINTIME 500 /* ACI time out limit */ macro
166 for (timeout = 1; timeout <= ACI_MINTIME + 30; timeout++) { in aci_busy_wait()169 if (timeout >= ACI_MINTIME) in aci_busy_wait()171 timeout-ACI_MINTIME); in aci_busy_wait()174 if (timeout >= ACI_MINTIME) { in aci_busy_wait()176 switch (timeout-ACI_MINTIME) { in aci_busy_wait()