Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dac97.c891 #define DPRINTF(x) if (ac97debug) printf x
892 #define DPRINTFN(n,x) if (ac97debug>(n)) printf x
894 int ac97debug = AC97_DEBUG; variable
896 int ac97debug = 0; variable