Norman Feske 693922d789 Support for 64-bit registers in 'util/register.h'
For 64-bit registers we cannot compute MASK and SHIFT values via enums
because enum values are always of type int. But we can use static member
functions instead. Furthermore, the patch fixes the type trait for
64-bit registers. (apparently, this access width was never used so far)
2012-07-25 19:14:06 +02:00
..
2012-01-03 15:35:05 +01:00
2012-03-30 19:55:55 +02:00
2012-01-03 15:35:05 +01:00
2012-01-03 15:35:05 +01:00