1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * Copyright (C) 2013-2014 Renesas Electronics 2 * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. 4 * Author: Guennadi Liakhovetski <g.liakhovets 3 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> >> 4 * >> 5 * This program is free software; you can redistribute it and/or modify >> 6 * it under the terms of version 2 of the GNU General Public License as >> 7 * published by the Free Software Foundation. 5 */ 8 */ 6 9 7 #ifndef DT_BINDINGS_NBPFAXI_H 10 #ifndef DT_BINDINGS_NBPFAXI_H 8 #define DT_BINDINGS_NBPFAXI_H 11 #define DT_BINDINGS_NBPFAXI_H 9 12 10 /** 13 /** 11 * Use "#dma-cells = <2>;" with the second int 14 * Use "#dma-cells = <2>;" with the second integer defining slave DMA flags: 12 */ 15 */ 13 #define NBPF_SLAVE_RQ_HIGH 1 16 #define NBPF_SLAVE_RQ_HIGH 1 14 #define NBPF_SLAVE_RQ_LOW 2 17 #define NBPF_SLAVE_RQ_LOW 2 15 #define NBPF_SLAVE_RQ_LEVEL 4 18 #define NBPF_SLAVE_RQ_LEVEL 4 16 19 17 #endif 20 #endif 18 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.