Some accessors work on fields, whereas others work on the whole
register. Rename the functions to reflect what works where.
Signed-off-by: Sean Cross <sean@xobs.io>
By doing this, we prevent a mismatch between registers and fields. The
compiler ought to optimize away the `Register` field.
Signed-off-by: Sean Cross <sean@xobs.io>