Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs556 pub const INT_FE: u32 = 1 << 7; constant
/openbmc/qemu/hw/char/
H A Dpl011.c68 #define INT_FE (1 << 7) macro