Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
49ef4f48
Commit
49ef4f48
authored
14 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
Add gmii
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@3099
42af7a65-404d-4744-a932-0658087f49c3
parent
eb072bca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/nuttx/mii.h
+14
-5
14 additions, 5 deletions
include/nuttx/mii.h
with
14 additions
and
5 deletions
include/nuttx/mii.h
+
14
−
5
View file @
49ef4f48
...
...
@@ -110,11 +110,20 @@
#define MII_KS8721_INTCS 0x1b
/* Interrupt control/status register */
#define MII_KS8721_10BTCR 0x1f
/* 10BASE-TX PHY control register */
/* */
#define MII_CTRL1000 0x09
/* 1000BASE-T control */
#define MII_STAT1000 0x0a
/* 1000BASE-T status */
#define MII_NCONFIG 0x1c
/* Network interface config */
/* GMII */
#define GMII_MCR MII_MCR
/* GMII management control */
#define GMII_MSR MII_MSR
/* GMII management status */
#define GMII_PHYID1 MII_PHYID1
/* PHY ID 1 */
#define GMII_PHYID2 MII_PHYID2
/* PHY ID 2 */
#define GMII_ADVERTISE MII_ADVERTISE
/* Auto-negotiation advertisement */
#define GMII_LPA MII_LPA
/* Auto-negotiation link partner base page ability */
#define GMII_EXPANSION MII_EXPANSION
/* Auto-negotiation expansion */
#define GMII_NEXTPAGE MII_NEXTPAGE
/* Auto-negotiation next page */
#define GMII_LPANEXTPAGE MII_LPANEXTPAGE
/* Auto-negotiation link partner received next page */
#define GMII_CTRL1000 0x09
/* 1000BASE-T control */
#define GMII_STAT1000 0x0a
/* 1000BASE-T status */
#define GMII_ESTATUS MII_ESTATUS
/* Extended status register */
/* MII register bit settings ************************************************/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment