Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Dlib.rs562 pub const INT_CTS: u32 = 1 << 1; constant
/openbmc/qemu/hw/char/
H A Dpl011.c74 #define INT_CTS (1 << 1) macro