Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
6b038c8d
Commit
6b038c8d
authored
Jan 06, 2015
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'spi/fix/msiof' into spi-sh-msiof
Conflicts: drivers/spi/spi-sh-msiof.c
parents
3110628d
6d40530e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/spi/spi-sh-msiof.c
drivers/spi/spi-sh-msiof.c
+1
-1
No files found.
drivers/spi/spi-sh-msiof.c
View file @
6b038c8d
...
...
@@ -84,7 +84,7 @@ struct sh_msiof_spi_priv {
#define MDR1_BITLSB_SHIFT 24
/* MSB/LSB First (1 = LSB first) */
#define MDR1_DTDL_SHIFT 20
/* Data Pin Bit Delay for MSIOF_SYNC */
#define MDR1_SYNCDL_SHIFT 16
/* Frame Sync Signal Timing Delay */
#define MDR1_FLD_MASK 0x000000
c0
/* Frame Sync Signal Interval (0-3) */
#define MDR1_FLD_MASK 0x000000
0c
/* Frame Sync Signal Interval (0-3) */
#define MDR1_FLD_SHIFT 2
#define MDR1_XXSTP 0x00000001
/* Transmission/Reception Stop on FIFO */
/* TMDR1 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment