Subversion Repositories HelenOS

Rev

Rev 3582 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3582 Rev 3664
Line 58... Line 58...
58
/*
58
/*
59
 * The following definitions concern the UPA_CONFIG register on US and the
59
 * The following definitions concern the UPA_CONFIG register on US and the
60
 * FIREPLANE_CONFIG register on US3.
60
 * FIREPLANE_CONFIG register on US3.
61
 */
61
 */
62
#define ICBUS_CONFIG_MID_SHIFT    17
62
#define ICBUS_CONFIG_MID_SHIFT    17
63
#if defined (US)
-
 
64
#define ICBUS_CONFIG_MID_MASK     0x1f
-
 
65
#elif defined (US3)
-
 
66
#define ICBUS_CONFIG_MID_MASK     0x3ff
-
 
67
#endif
-
 
68
 
63
 
69
#endif
64
#endif
70
 
65
 
71
/** @}
66
/** @}
72
 */
67
 */