Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs557 pub const INT_RT: u32 = 1 << 6; constant
/openbmc/qemu/hw/char/
H A Dpl011.c69 #define INT_RT (1 << 6) macro