Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 3672 | ||
|---|---|---|---|
| Line 53... | Line 53... | ||
| 53 | #define TSTATE_CWP_MASK 0x1f |
53 | #define TSTATE_CWP_MASK 0x1f |
| 54 | 54 | ||
| 55 | #define WSTATE_NORMAL(n) (n) |
55 | #define WSTATE_NORMAL(n) (n) |
| 56 | #define WSTATE_OTHER(n) ((n) << 3) |
56 | #define WSTATE_OTHER(n) ((n) << 3) |
| 57 | 57 | ||
| - | 58 | /* |
|
| - | 59 | * The following definitions concern the UPA_CONFIG register on US and the |
|
| 58 | #define UPA_CONFIG_MID_SHIFT 17 |
60 | * FIREPLANE_CONFIG register on US3. |
| - | 61 | */ |
|
| 59 | #define UPA_CONFIG_MID_MASK 0x1f |
62 | #define ICBUS_CONFIG_MID_SHIFT 17 |
| 60 | 63 | ||
| 61 | #endif |
64 | #endif |
| 62 | 65 | ||
| 63 | /** @} |
66 | /** @} |
| 64 | */ |
67 | */ |