![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * linux/spear_dma.h 0004 * 0005 * Copyright (ST) 2012 Rajeev Kumar (rajeevkumar.linux@gmail.com) 0006 */ 0007 0008 #ifndef SPEAR_DMA_H 0009 #define SPEAR_DMA_H 0010 0011 #include <linux/dmaengine.h> 0012 0013 struct spear_dma_data { 0014 void *data; 0015 dma_addr_t addr; 0016 u32 max_burst; 0017 enum dma_slave_buswidth addr_width; 0018 }; 0019 0020 #endif /* SPEAR_DMA_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |