Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs561 pub const INT_DCD: u32 = 1 << 2; constant
/openbmc/qemu/hw/char/
H A Dpl011.c73 #define INT_DCD (1 << 2) macro