Home
last modified time | relevance | path

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

/qemu/include/hw/char/
A Dpl011.h31 struct PL011State { struct
35 uint32_t flags;
36 uint32_t lcr;
37 uint32_t rsr;
38 uint32_t cr;
43 uint32_t ilpr;
44 uint32_t ibrd;
45 uint32_t fbrd;
46 uint32_t ifl;
47 int read_pos;
[all …]
/qemu/rust/hw/char/pl011/src/
A Ddevice.rs61 pub struct PL011State { struct
72 pub dmacr: u32,
73 pub int_enabled: u32,
74 pub int_level: u32,
76 pub ilpr: u32,
77 pub ibrd: u32,
78 pub fbrd: u32,
79 pub ifl: u32,
80 pub read_pos: usize,
106 impl ObjectImpl for PL011State { argument
[all …]

Completed in 6 milliseconds