[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.56.1.el8_10.x86_64
/
include
/
dt-bindings
/
dma
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 at91.h
1,901 B
SET
[ EDIT ]
|
[ DEL ]
📄 axi-dmac.h
2,131 B
SET
[ EDIT ]
|
[ DEL ]
📄 jz4780-dma.h
1,518 B
SET
[ EDIT ]
|
[ DEL ]
📄 nbpfaxi.h
558 B
SET
[ EDIT ]
|
[ DEL ]
📄 sun4i-a10.h
2,432 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: nbpfaxi.h
/* * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundation. */ #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