Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
ac97.c | 891 #define DPRINTF(x) if (ac97debug) printf x 892 #define DPRINTFN(n,x) if (ac97debug>(n)) printf x 894 int ac97debug = AC97_DEBUG; variable in typeref:typename:int 896 int ac97debug = 0; variable in typeref:typename:int |
ac97.c | 891 #define DPRINTF(x) if (ac97debug) printf x 892 #define DPRINTFN(n,x) if (ac97debug>(n)) printf x 894 int ac97debug = AC97_DEBUG; variable in typeref:typename:int 896 int ac97debug = 0; variable in typeref:typename:int |