repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.14-rc1
[linux.git]
/
include
/
linux
/
platform_data
/
mmp_dma.h
blob
030241cb9cc1136a9cbffdcc805fdd5fa3c434e5
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* MMP Platform DMA Management
4
*
5
* Copyright (c) 2011 Marvell Semiconductors Inc.
6
*/
7
8
#ifndef MMP_DMA_H
9
#define MMP_DMA_H
10
11
struct
dma_slave_map
;
12
13
struct
mmp_dma_platdata
{
14
int
dma_channels
;
15
int
nb_requestors
;
16
int
slave_map_cnt
;
17
const struct
dma_slave_map
*
slave_map
;
18
};
19
20
#endif
/* MMP_DMA_H */