Searched defs:PL011State (Results 1 – 2 of 2) sorted by relevance
31 struct PL011State { struct35 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 …]
61 pub struct PL011State { struct72 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