Searched defs:PL011State (Results 1 – 2 of 2) sorted by relevance
31 struct PL011State { struct32 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 …]
110 pub struct PL011State { struct111 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. argument161 unsafe impl ObjectType for PL011State { implementation166 impl PL011Impl for PL011State { implementation170 impl ObjectImpl for PL011State { implementation178 impl DeviceImpl for PL011State { implementation188 impl ResettablePhasesImpl for PL011State { implementation[all …]