Home
last modified time | relevance | path

Searched refs:CR_RTS (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/char/
H A Dpl011.c86 #define CR_RTS (1 << 11) macro
302 fr |= (cr & CR_RTS) ? PL011_FLAG_CTS : 0; in pl011_loopback_mdmctrl()