repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
spi
/
sh_msiof.h
blob
f950d280461b917dc1bc97643b3157e87dac7f40
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __SPI_SH_MSIOF_H__
3
#define __SPI_SH_MSIOF_H__
4
5
enum
{
6
MSIOF_SPI_HOST
,
7
MSIOF_SPI_TARGET
,
8
};
9
10
struct
sh_msiof_spi_info
{
11
int
tx_fifo_override
;
12
int
rx_fifo_override
;
13
u16 num_chipselect
;
14
int
mode
;
15
unsigned int
dma_tx_id
;
16
unsigned int
dma_rx_id
;
17
u32 dtdl
;
18
u32 syncdl
;
19
};
20
21
#endif
/* __SPI_SH_MSIOF_H__ */