OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dmacdebug
(Results
1 - 2
of
2
) 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 in typeref:typename:int
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 in typeref:typename:int
568
if ((chan == 0) || (
dmacdebug
& 0xf0))
Completed in 23 milliseconds
Indexes created Sun Sep 21 14:09:52 GMT 2025