Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dpl011.c93 #define IBRD_MASK 0xffff macro
434 s->ibrd = value & IBRD_MASK; in pl011_write()
570 s->ibrd &= IBRD_MASK; in pl011_post_load()
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs25 const IBRD_MASK: u32 = 0xffff; constant
521 self.ibrd &= IBRD_MASK; in post_load()