Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daacvar.h90 #define AAC_AIFQ_LENGTH 64 macro
392 struct aac_aif_command aac_aifq[AAC_AIFQ_LENGTH];
H A Daac.c258 sc->aac_aifq_head = sc->aac_aifq_tail = AAC_AIFQ_LENGTH; in aac_attach()