repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'thunderbolt-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git]
/
include
/
sound
/
spear_dma.h
blob
0269a07b8051554d9af48a5b5e022db3ed3a524e
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
* linux/spear_dma.h
4
*
5
* Copyright (ST) 2012 Rajeev Kumar (rajeevkumar.linux@gmail.com)
6
*/
7
8
#ifndef SPEAR_DMA_H
9
#define SPEAR_DMA_H
10
11
#include <linux/dmaengine.h>
12
13
struct
spear_dma_data
{
14
void
*
data
;
15
dma_addr_t addr
;
16
u32 max_burst
;
17
enum
dma_slave_buswidth addr_width
;
18
};
19
20
#endif
/* SPEAR_DMA_H */