include/dt-bindings/dma/nbpfaxi.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/dma/nbpfaxi.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/dma/nbpfaxi.h
Extension
.h
Size
409 bytes
Lines
18
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef DT_BINDINGS_NBPFAXI_H
#define DT_BINDINGS_NBPFAXI_H

/**
 * Use "#dma-cells = <2>;" with the second integer defining slave DMA flags:
 */
#define NBPF_SLAVE_RQ_HIGH	1
#define NBPF_SLAVE_RQ_LOW	2
#define NBPF_SLAVE_RQ_LEVEL	4

#endif

Annotation

Implementation Notes