repo.or.cz
/
u-boot-openmoko
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MINI2440: Auto probe for SDRAM size
[u-boot-openmoko/mini2440.git]
/
include
/
mii_phy.h
blob
f0d3e628231d8381f818cb7a8033616cf285ab8f
1
#ifndef _MII_PHY_H_
2
#define _MII_PHY_H_
3
4
void
mii_discover_phy
(
void
);
5
unsigned short
mii_phy_read
(
unsigned short
reg
);
6
void
mii_phy_write
(
unsigned short
reg
,
unsigned short
val
);
7
8
#endif