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
1c0d20cd
Commit
1c0d20cd
authored
Jul 15, 2008
by
Bryan Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin arch: add TXDWA definition to enable new feature
Signed-off-by:
Bryan Wu
<
cooloney@kernel.org
>
parent
c71b4783
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
include/asm-blackfin/mach-bf527/anomaly.h
include/asm-blackfin/mach-bf527/anomaly.h
+2
-0
include/asm-blackfin/mach-bf527/defBF527.h
include/asm-blackfin/mach-bf527/defBF527.h
+1
-0
include/asm-blackfin/mach-bf537/defBF537.h
include/asm-blackfin/mach-bf537/defBF537.h
+1
-0
No files found.
include/asm-blackfin/mach-bf527/anomaly.h
View file @
1c0d20cd
...
...
@@ -23,6 +23,8 @@
#define ANOMALY_05000245 (1)
/* Sensitivity To Noise with Slow Input Edge Rates on External SPORT TX and RX Clocks */
#define ANOMALY_05000265 (1)
/* New Feature: EMAC TX DMA Word Alignment */
#define ANOMALY_05000285 (1)
/* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
#define ANOMALY_05000312 (1)
/* Incorrect Access of OTP_STATUS During otp_write() Function */
...
...
include/asm-blackfin/mach-bf527/defBF527.h
View file @
1c0d20cd
...
...
@@ -302,6 +302,7 @@
#define PHYIE 0x00000001
/* PHY_INT Interrupt Enable */
#define RXDWA 0x00000002
/* Receive Frame DMA Word Alignment (Odd/Even*) */
#define RXCKS 0x00000004
/* Enable RX Frame TCP/UDP Checksum Computation */
#define TXDWA 0x00000010
/* Transmit Frame DMA Word Alignment (Odd/Even*) */
#define MDCDIV 0x00003F00
/* SCLK:MDC Clock Divisor [MDC=SCLK/(2*(N+1))] */
#define SET_MDCDIV(x) (((x)&0x3F)<< 8)
/* Set MDC Clock Divisor */
...
...
include/asm-blackfin/mach-bf537/defBF537.h
View file @
1c0d20cd
...
...
@@ -290,6 +290,7 @@
#define PHYIE 0x00000001
/* PHY_INT Interrupt Enable */
#define RXDWA 0x00000002
/* Receive Frame DMA Word Alignment (Odd/Even*) */
#define RXCKS 0x00000004
/* Enable RX Frame TCP/UDP Checksum Computation */
#define TXDWA 0x00000010
/* Transmit Frame DMA Word Alignment (Odd/Even*) */
#define MDCDIV 0x00003F00
/* SCLK:MDC Clock Divisor [MDC=SCLK/(2*(N+1))] */
#define SET_MDCDIV(x) (((x)&0x3F)<< 8)
/* Set MDC Clock Divisor */
...
...
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