Subversion Repositories HelenOS

Rev

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

Rev 3477 Rev 3479
Line 57... Line 57...
57
 
57
 
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 UPA_CONFIG_MID_SHIFT    17
62
#define ICBUS_CONFIG_MID_SHIFT    17
63
#define UPA_CONFIG_MID_MASK     0x1f
63
#define ICBUS_CONFIG_MID_MASK     0x1f
64
 
64
 
65
#endif
65
#endif
66
 
66
 
67
/** @}
67
/** @}
68
 */
68
 */