summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300/drivers/net
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/linux-2.6.25.10-spc300/drivers/net')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/drivers/net/arm/synop3504_reg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/drivers/net/arm/synop3504_reg.h b/cleopatre/linux-2.6.25.10-spc300/drivers/net/arm/synop3504_reg.h
index d4bb3f5e63..198579d9c2 100644
--- a/cleopatre/linux-2.6.25.10-spc300/drivers/net/arm/synop3504_reg.h
+++ b/cleopatre/linux-2.6.25.10-spc300/drivers/net/arm/synop3504_reg.h
@@ -419,11 +419,11 @@ enum DmaControlReg
DmaRxFlowCtrlDeact3K = 0x00001000, //Rx flow control deact. threhold (3kbytes)
DmaRxFlowCtrlDeact4K = 0x00001800, //Rx flow control deact. threhold (4kbytes)
- DmaRxFlowCtrlAct = 0x00001800, //Rx flow control Act.
- DmaRxFlowCtrlAct1K = 0x00000000, //Rx flow control Act.
- DmaRxFlowCtrlAct2K = 0x00000800, //Rx flow control Act.
- DmaRxFlowCtrlAct3K = 0x00001000, //Rx flow control Act.
- DmaRxFlowCtrlAct4K = 0x00001800, //Rx flow control Act.
+ DmaRxFlowCtrlAct = 0x00000600, //Rx flow control Act. threshold
+ DmaRxFlowCtrlAct1K = 0x00000000, //Rx flow control Act. threshold (full - 1KB)
+ DmaRxFlowCtrlAct2K = 0x00000200, //Rx flow control Act. threshold (full - 2KB)
+ DmaRxFlowCtrlAct3K = 0x00000400, //Rx flow control Act. threshold (full - 3KB)
+ DmaRxFlowCtrlAct4K = 0x00000600, //Rx flow control Act. threshold (full - 4KB)
DmaEnHwFlowCtrl = 0x00000100, //Enable HW flow control
DmaDisHwFlowCtrl = 0x00000000, //Disable HW flow control