Home
last modified time | relevance | path

Searched refs:ACI_MINTIME (Results 1 – 2 of 2) sorted by relevance

/linux/include/sound/
H A Daci.h9 #define ACI_MINTIME 500 /* ACI time out limit */ macro
/linux/sound/isa/opti9xx/
H A Dmiro.c151 for (timeout = 1; timeout <= ACI_MINTIME + 30; timeout++) { in aci_busy_wait()
154 if (timeout >= ACI_MINTIME) in aci_busy_wait()
157 timeout-ACI_MINTIME); in aci_busy_wait()
160 if (timeout >= ACI_MINTIME) { in aci_busy_wait()
162 switch (timeout-ACI_MINTIME) { in aci_busy_wait()