Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs563 pub const INT_RI: u32 = 1 << 0; constant
/openbmc/qemu/hw/char/
H A Dpl011.c75 #define INT_RI (1 << 0) macro