Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs555 pub const INT_PE: u32 = 1 << 8; constant
/openbmc/qemu/hw/char/
H A Dpl011.c67 #define INT_PE (1 << 8) macro