On Mon, Jun 27, 2016 at 7:24 AM, Peter Maydell wrote:
> On 24 June 2016 at 16:42, Alistair Francis
> wrote:
>> This API provides some encapsulation of registers and factors out some
>> common functionality to common code. Bits of device state (usually MMIO
>> registers) often have all sorts of a
On 24 June 2016 at 16:42, Alistair Francis wrote:
> This API provides some encapsulation of registers and factors out some
> common functionality to common code. Bits of device state (usually MMIO
> registers) often have all sorts of access restrictions and semantics
> associated with them. This A
This API provides some encapsulation of registers and factors out some
common functionality to common code. Bits of device state (usually MMIO
registers) often have all sorts of access restrictions and semantics
associated with them. This API allows you to define what those
restrictions are on a bi