Subversion Repositories HelenOS

Rev

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

Rev 3479 Rev 3582
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)
63
#define ICBUS_CONFIG_MID_MASK     0x1f
64
#define ICBUS_CONFIG_MID_MASK     0x1f
-
 
65
#elif defined (US3)
-
 
66
#define ICBUS_CONFIG_MID_MASK     0x3ff
-
 
67
#endif
64
 
68
 
65
#endif
69
#endif
66
 
70
 
67
/** @}
71
/** @}
68
 */
72
 */