Searched refs:PL011_UARTLCR_H_STP2 (Results 1 – 3 of 3) sorted by relevance
93 #define PL011_UARTLCR_H_STP2 (1 << 3) /* Two stop bits select */ macro
84 #define PL011_UARTLCR_H_STP2 (1 << 3) // Two stop bits select macro
125 LineControl |= PL011_UARTLCR_H_STP2; in PL011UartInitializePort()