Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Daureal.h56 #define AU_CDC_READY 0x04000000 macro
H A Daureal.c485 while (j<100 && (i & AU_CDC_READY)==0) { in au_init()