projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
files-2.6.25
/
drivers
/
net
/
phy
/
mvswitch.h
diff --git
a/target/linux/generic-2.6/files-2.6.25/drivers/net/phy/mvswitch.h
b/target/linux/generic-2.6/files-2.6.25/drivers/net/phy/mvswitch.h
index
81516b7
..
a172e37
100644
(file)
--- a/
target/linux/generic-2.6/files-2.6.25/drivers/net/phy/mvswitch.h
+++ b/
target/linux/generic-2.6/files-2.6.25/drivers/net/phy/mvswitch.h
@@
-114,6
+114,8
@@
enum {
};
enum {
+#define MV_ATUCTL_AGETIME_MIN 16
+#define MV_ATUCTL_AGETIME_MAX 4080
#define MV_ATUCTL_AGETIME(_n) ((((_n) / 16) & 0xff) << 4)
MV_ATUCTL_ATU_256 = (0 << 12),
MV_ATUCTL_ATU_512 = (1 << 12),
This page took
0.024764 seconds
and
4
git commands to generate.