Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs253 self.loopback_tx(value); in write()
328 fn loopback_tx(&mut self, value: u32) { in loopback_tx() method
401 self.loopback_tx(DATA_BREAK); in loopback_break()