Searched refs:FBRD (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | lib.rs | 81 FBRD = 0x028, enumerator 140 case! { DR, RSR, FR, FBRD, ILPR, IBRD, LCR_H, CR, FLS, IMSC, RIS, MIS, ICR, DMACR } in try_from()
|
H A D | device.rs | 213 Ok(FBRD) => self.fbrd.into(), in read() 269 Ok(FBRD) => { in write()
|