Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.c115 *lcrh |= UART_LCR_H_PEN; in Pl011ConfigParity()
120 *lcrh |= UART_LCR_H_PEN; in Pl011ConfigParity()
125 *lcrh |= UART_LCR_H_PEN; in Pl011ConfigParity()
131 *lcrh |= UART_LCR_H_PEN; in Pl011ConfigParity()
138 *lcrh &= ~UART_LCR_H_PEN; in Pl011ConfigParity()
160 lcrh &= ~UART_LCR_H_PEN; in Pl011ConfigLCRH()
H A Duart_pl011.h73 #define UART_LCR_H_PEN (0x01 << 1) macro
/device/qemu/drivers/uart/
H A Duart_pl011.c116 *lcrh |= UART_LCR_H_PEN; in Pl011ConfigParity()
121 *lcrh |= UART_LCR_H_PEN; in Pl011ConfigParity()
126 *lcrh |= UART_LCR_H_PEN; in Pl011ConfigParity()
132 *lcrh |= UART_LCR_H_PEN; in Pl011ConfigParity()
139 *lcrh &= ~UART_LCR_H_PEN; in Pl011ConfigParity()
161 lcrh &= ~UART_LCR_H_PEN; in Pl011ConfigLCRH()
H A Duart_pl011.h73 #define UART_LCR_H_PEN (0x01 << 1) macro

Completed in 4 milliseconds