Searched refs:PL011_UARTCR_RTS (Results 1 – 3 of 3) sorted by relevance
213 Bits |= PL011_UARTCR_RTS; in PL011UartSetControl()215 Bits &= ~PL011_UARTCR_RTS; in PL011UartSetControl()302 if ((ControlRegister & PL011_UARTCR_RTS) == PL011_UARTCR_RTS) { in PL011UartGetControl()
74 #define PL011_UARTCR_RTS (1 << 11) /* Request to send */ macro
70 #define PL011_UARTCR_RTS (1 << 11) // Request to send macro