Home
last modified time | relevance | path

Searched refs:ACI_MINTIME (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
H A Daci.h9 #define ACI_MINTIME 500 /* ACI time out limit */ macro
/kernel/linux/linux-6.6/include/sound/
H A Daci.h9 #define ACI_MINTIME 500 /* ACI time out limit */ macro
/kernel/linux/linux-5.10/sound/isa/opti9xx/
H A Dmiro.c153 for (timeout = 1; timeout <= ACI_MINTIME + 30; timeout++) { in aci_busy_wait()
156 if (timeout >= ACI_MINTIME) in aci_busy_wait()
158 timeout-ACI_MINTIME); in aci_busy_wait()
161 if (timeout >= ACI_MINTIME) { in aci_busy_wait()
163 switch (timeout-ACI_MINTIME) { in aci_busy_wait()
/kernel/linux/linux-6.6/sound/isa/opti9xx/
H A Dmiro.c150 for (timeout = 1; timeout <= ACI_MINTIME + 30; timeout++) { in aci_busy_wait()
153 if (timeout >= ACI_MINTIME) in aci_busy_wait()
155 timeout-ACI_MINTIME); in aci_busy_wait()
158 if (timeout >= ACI_MINTIME) { in aci_busy_wait()
160 switch (timeout-ACI_MINTIME) { in aci_busy_wait()

Completed in 6 milliseconds