Searched refs:UART_LCRH_PEN (Results 1 – 19 of 19) sorted by relevance
171 UART_LCRH_PEN)) | ulParity); in UARTParityModeSet()200 (UART_LCRH_SPS | UART_LCRH_EPS | UART_LCRH_PEN)); in UARTParityModeGet()466 UART_LCRH_EPS | UART_LCRH_PEN)); in UARTConfigGetExpClk()703 ulVal &= ~(UART_LCRH_SPS | UART_LCRH_EPS | UART_LCRH_PEN | in UARTSmartCardEnable()705 ulVal |= UART_LCRH_WLEN_8 | UART_LCRH_PEN | UART_LCRH_EPS | UART_LCRH_STP2; in UARTSmartCardEnable()1908 UART_LCRH_PEN); in UART9BitAddrSend()
213 UART_LCRH_PEN)) | ui32Parity); in UARTParityModeSet()242 (UART_LCRH_SPS | UART_LCRH_EPS | UART_LCRH_PEN)); in UARTParityModeGet()508 UART_LCRH_EPS | UART_LCRH_PEN)); in UARTConfigGetExpClk()741 ui32Val &= ~(UART_LCRH_SPS | UART_LCRH_EPS | UART_LCRH_PEN | in UARTSmartCardEnable()743 ui32Val |= UART_LCRH_WLEN_8 | UART_LCRH_PEN | UART_LCRH_EPS | in UARTSmartCardEnable()1938 UART_LCRH_SPS | UART_LCRH_PEN); in UART9BitAddrSend()
190 UART_LCRH_PEN)) | ui32Parity); in UARTParityModeSet()219 (UART_LCRH_SPS | UART_LCRH_EPS | UART_LCRH_PEN)); in UARTParityModeGet()481 UART_LCRH_EPS | UART_LCRH_PEN)); in UARTConfigGetExpClk()702 ui32Val &= ~(UART_LCRH_SPS | UART_LCRH_EPS | UART_LCRH_PEN | in UARTSmartCardEnable()704 ui32Val |= UART_LCRH_WLEN_8 | UART_LCRH_PEN | UART_LCRH_EPS | in UARTSmartCardEnable()1840 UART_LCRH_SPS | UART_LCRH_PEN); in UART9BitAddrSend()
213 UART_LCRH_PEN)) | ui32Parity); in UARTParityModeSet()242 (UART_LCRH_SPS | UART_LCRH_EPS | UART_LCRH_PEN)); in UARTParityModeGet()508 UART_LCRH_EPS | UART_LCRH_PEN)); in UARTConfigGetExpClk()741 ui32Val &= ~(UART_LCRH_SPS | UART_LCRH_EPS | UART_LCRH_PEN | in UARTSmartCardEnable()743 ui32Val |= UART_LCRH_WLEN_8 | UART_LCRH_PEN | UART_LCRH_EPS | in UARTSmartCardEnable()1979 UART_LCRH_SPS | UART_LCRH_PEN); in UART9BitAddrSend()
150 #define UART_LCRH_PEN 0x00000002 // UART Parity Enable macro
152 #define UART_LCRH_PEN 0x00000002 // UART Parity Enable macro
2879 #define UART_LCRH_PEN 0x00000002 // UART Parity Enable macro
3344 #define UART_LCRH_PEN 0x00000002 // UART Parity Enable macro
3196 #define UART_LCRH_PEN 0x00000002 // UART Parity Enable macro
140 #define UART_LCRH_PEN 0x00000002 // UART Parity Enable macro
31 #define UART_LCRH_PEN BIT1 macro
2599 #define UART_LCRH_PEN 0x00000002 // UART Parity Enable macro
2706 #define UART_LCRH_PEN 0x00000002 // UART Parity Enable macro
Completed in 326 milliseconds