Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.h77 #define UART_LCR_H_8_BIT (0x03 << 5) macro
H A Duart_pl011.c93 *lcrh &= ~UART_LCR_H_8_BIT; in Pl011ConfigDataBits()
106 *lcrh |= UART_LCR_H_8_BIT; in Pl011ConfigDataBits()
/device/qemu/drivers/uart/
H A Duart_pl011.h77 #define UART_LCR_H_8_BIT (0x03 << 5) macro
H A Duart_pl011.c94 *lcrh &= ~UART_LCR_H_8_BIT; in Pl011ConfigDataBits()
107 *lcrh |= UART_LCR_H_8_BIT; in Pl011ConfigDataBits()

Completed in 3 milliseconds