OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dmacdebug
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x68k/dev/
intio_dmac.c
54
#define DPRINTF(n,x) if (
dmacdebug
>((n)&0x0f)) printf x
55
#define DDUMPREGS(n,x) if (
dmacdebug
>((n)&0x0f)) {printf x; dmac_dump_regs();}
56
int
dmacdebug
= 0;
variable
568
if ((chan == 0) || (
dmacdebug
& 0xf0))
intio_dmac.c
54
#define DPRINTF(n,x) if (
dmacdebug
>((n)&0x0f)) printf x
55
#define DDUMPREGS(n,x) if (
dmacdebug
>((n)&0x0f)) {printf x; dmac_dump_regs();}
56
int
dmacdebug
= 0;
variable
568
if ((chan == 0) || (
dmacdebug
& 0xf0))
intio_dmac.c
54
#define DPRINTF(n,x) if (
dmacdebug
>((n)&0x0f)) printf x
55
#define DDUMPREGS(n,x) if (
dmacdebug
>((n)&0x0f)) {printf x; dmac_dump_regs();}
56
int
dmacdebug
= 0;
variable
568
if ((chan == 0) || (
dmacdebug
& 0xf0))
Completed in 43 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026