repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
include
/
linux
/
spi
/
sh_msiof.h
blob
b087a85f5f72a3511c0c97fa36b22f27b0b6cc1a
1
#ifndef __SPI_SH_MSIOF_H__
2
#define __SPI_SH_MSIOF_H__
3
4
struct
sh_msiof_spi_info
{
5
int
tx_fifo_override
;
6
int
rx_fifo_override
;
7
u16 num_chipselect
;
8
unsigned int
dma_tx_id
;
9
unsigned int
dma_rx_id
;
10
u32 dtdl
;
11
u32 syncdl
;
12
};
13
14
#endif
/* __SPI_SH_MSIOF_H__ */