Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66008
b: refs/heads/master
c: dbcc78b
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Aug 5, 2007
1 parent 1aff530 commit b5b0805
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0b5d12f2b3226c85258519d7725e63d9daf5e90
refs/heads/master: dbcc78bebe9daed8998d9f7c4e30bd3b73a4a169
2 changes: 1 addition & 1 deletion trunk/include/asm-blackfin/mach-bf533/defBF532.h
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@
#define GM 0x00000008 /* When RDBR full, get more (=1) data or discard (=0) incoming Data */
#define PSSE 0x00000010 /* Enable (=1) Slave-Select input for Master. */
#define EMISO 0x00000020 /* Enable (=1) MISO pin as an output. */
#define SPI_LEN 0x00000100 /* Word length (0 => 8 bits, 1 => 16 bits) */
#define SIZE 0x00000100 /* Word length (0 => 8 bits, 1 => 16 bits) */
#define LSBF 0x00000200 /* Data format (0 => MSB sent/received first 1 => LSB sent/received first) */
#define CPHA 0x00000400 /* Clock phase (0 => SPICLK starts toggling in middle of xfer, 1 => SPICLK toggles at the beginning of xfer. */
#define CPOL 0x00000800 /* Clock polarity (0 => active-high, 1 => active-low) */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-blackfin/mach-bf537/defBF534.h
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@
#define GM 0x0008 /* Get More (When RDBR Full, Overwrite/Discard*) */
#define PSSE 0x0010 /* Slave-Select Input Enable */
#define EMISO 0x0020 /* Enable MISO As Output */
#define SPI_SIZE 0x0100 /* Size of Words (16/8* Bits) */
#define SIZE 0x0100 /* Size of Words (16/8* Bits) */
#define LSBF 0x0200 /* LSB First */
#define CPHA 0x0400 /* Clock Phase */
#define CPOL 0x0800 /* Clock Polarity */
Expand Down

0 comments on commit b5b0805

Please sign in to comment.