Home
last modified time | relevance | path

Searched defs:PL011State (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/char/
H A Dpl011.h31 struct PL011State { struct
32 SysBusDevice parent_obj;
34 MemoryRegion iomem;
35 uint32_t flags;
36 uint32_t lcr;
37 uint32_t rsr;
38 uint32_t cr;
39 uint32_t dmacr;
40 uint32_t int_enabled;
41 uint32_t int_level;
[all …]
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs110 pub struct PL011State { struct
111 pub parent_obj: ParentField<SysBusDevice>,
112 pub iomem: MemoryRegion,
114 pub char_backend: CharBackend,
138 // expand the padding_for_rust[] array in the C PL011State struct. argument
161 unsafe impl ObjectType for PL011State { implementation
166 impl PL011Impl for PL011State { implementation
170 impl ObjectImpl for PL011State { implementation
178 impl DeviceImpl for PL011State { implementation
188 impl ResettablePhasesImpl for PL011State { implementation
[all …]