brcm43xx: update SSB driver
[openwrt-10.03/.git] / target / linux / brcm47xx-2.6 / files / include / linux / ssb / ssb_regs.h
index 6bb40464d4d436edbb2e6dee2824786f9ff0da5f..e1c7ff78a8c68d154c2fac4b8eb43c9de6239aca 100644 (file)
@@ -96,7 +96,8 @@
 #define  SSB_INTVEC_ENET1      0x00000040 /* Enable interrupts for enet 1 */
 #define SSB_TMSLOW             0x0F98     /* SB Target State Low */
 #define  SSB_TMSLOW_RESET      0x00000001 /* Reset */
-#define  SSB_TMSLOW_REJECT     0x00000002 /* Reject */
+#define  SSB_TMSLOW_REJECT_22  0x00000002 /* Reject (Backplane rev 2.2) */
+#define  SSB_TMSLOW_REJECT_23  0x00000004 /* Reject (Backplane rev 2.3) */
 #define  SSB_TMSLOW_CLOCK      0x00010000 /* Clock Enable */
 #define  SSB_TMSLOW_FGC                0x00020000 /* Force Gated Clocks On */
 #define  SSB_TMSLOW_PE         0x40000000 /* Power Management Enable */