nbpfaxi.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | nbpfaxi.h (25763b3c864cf517d686661012d184ee47a49b4c) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/* 2 * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. 3 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2/* 3 * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. 4 * 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. | |
8 */ 9 10#ifndef DT_BINDINGS_NBPFAXI_H 11#define DT_BINDINGS_NBPFAXI_H 12 13/** 14 * Use "#dma-cells = <2>;" with the second integer defining slave DMA flags: 15 */ 16#define NBPF_SLAVE_RQ_HIGH 1 17#define NBPF_SLAVE_RQ_LOW 2 18#define NBPF_SLAVE_RQ_LEVEL 4 19 20#endif | 5 */ 6 7#ifndef DT_BINDINGS_NBPFAXI_H 8#define DT_BINDINGS_NBPFAXI_H 9 10/** 11 * Use "#dma-cells = <2>;" with the second integer defining slave DMA flags: 12 */ 13#define NBPF_SLAVE_RQ_HIGH 1 14#define NBPF_SLAVE_RQ_LOW 2 15#define NBPF_SLAVE_RQ_LEVEL 4 16 17#endif |