Home
last modified time | relevance | path

Searched defs:FBRD_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs40 const FBRD_MASK: u32 = 0x3f; constant
/openbmc/qemu/hw/char/
H A Dpl011.c97 #define FBRD_MASK 0x3f macro