Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.c128 *lcrh |= UART_LCR_H_SPS; in Pl011ConfigParity()
134 *lcrh |= UART_LCR_H_SPS; in Pl011ConfigParity()
139 *lcrh &= ~UART_LCR_H_SPS; in Pl011ConfigParity()
162 lcrh &= ~UART_LCR_H_SPS; in Pl011ConfigLCRH()
H A Duart_pl011.h81 #define UART_LCR_H_SPS (0x01 << 7) macro
/device/qemu/drivers/uart/
H A Duart_pl011.c129 *lcrh |= UART_LCR_H_SPS; in Pl011ConfigParity()
135 *lcrh |= UART_LCR_H_SPS; in Pl011ConfigParity()
140 *lcrh &= ~UART_LCR_H_SPS; in Pl011ConfigParity()
163 lcrh &= ~UART_LCR_H_SPS; in Pl011ConfigLCRH()
H A Duart_pl011.h81 #define UART_LCR_H_SPS (0x01 << 7) macro

Completed in 3 milliseconds