OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DMA_ERROR
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/qbus/
qduser.h
302
#define
DMA_ERROR
0x0080 /* DMA hardware error */
314
#define DMA_SETERROR(header) ((header)->status |=
DMA_ERROR
)
315
#define DMA_CLRERROR(header) ((header)->status &= ~
DMA_ERROR
)
316
#define DMA_ISERROR(header) ((header)->status &
DMA_ERROR
)
/src/sys/arch/vax/include/
qduser.h
309
#define
DMA_ERROR
0x0080 /* DMA hardware error */
321
#define DMA_SETERROR(header) ((header)->status |=
DMA_ERROR
)
322
#define DMA_CLRERROR(header) ((header)->status &= ~
DMA_ERROR
)
323
#define DMA_ISERROR(header) ((header)->status &
DMA_ERROR
)
/src/sys/arch/arm/footbridge/
dc21285reg.h
102
#define
DMA_ERROR
(1 << 3)
Completed in 103 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025