Home
last modified time | relevance | path

Searched refs:UART_LCR_H_EPS (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.c116 *lcrh |= UART_LCR_H_EPS; in Pl011ConfigParity()
121 *lcrh &= ~UART_LCR_H_EPS; in Pl011ConfigParity()
126 *lcrh &= ~UART_LCR_H_EPS; in Pl011ConfigParity()
132 *lcrh |= UART_LCR_H_EPS; in Pl011ConfigParity()
161 lcrh &= ~UART_LCR_H_EPS; in Pl011ConfigLCRH()
H A Duart_pl011.h74 #define UART_LCR_H_EPS (0x01 << 2) macro
/device/qemu/drivers/uart/
H A Duart_pl011.c117 *lcrh |= UART_LCR_H_EPS; in Pl011ConfigParity()
122 *lcrh &= ~UART_LCR_H_EPS; in Pl011ConfigParity()
127 *lcrh &= ~UART_LCR_H_EPS; in Pl011ConfigParity()
133 *lcrh |= UART_LCR_H_EPS; in Pl011ConfigParity()
162 lcrh &= ~UART_LCR_H_EPS; in Pl011ConfigLCRH()
H A Duart_pl011.h74 #define UART_LCR_H_EPS (0x01 << 2) macro

Completed in 3 milliseconds