Home
last modified time | relevance | path

Searched refs:LineControl (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs334 pub struct LineControl { struct
388 impl LineControl { impl
395 impl Default for LineControl { implementation
H A Ddevice.rs67 pub line_control: registers::LineControl,
274 let new_val: registers::LineControl = value.into(); in write()