Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.c117 *lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigParity()
122 *lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigParity()
127 *lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigParity()
133 *lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigParity()
166 lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigLCRH()
199 lcrh &= ~UART_LCR_H_FIFO_EN; in Pl011ConfigIn()
292 reg_tmp &= ~(UART_LCR_H_FIFO_EN); in Pl011ShutDown()
H A Duart_pl011.h76 #define UART_LCR_H_FIFO_EN (0x01 << 4) macro
/device/qemu/drivers/uart/
H A Duart_pl011.c118 *lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigParity()
123 *lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigParity()
128 *lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigParity()
134 *lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigParity()
167 lcrh |= UART_LCR_H_FIFO_EN; in Pl011ConfigLCRH()
200 lcrh &= ~UART_LCR_H_FIFO_EN; in Pl011ConfigIn()
293 reg_tmp &= ~(UART_LCR_H_FIFO_EN); in Pl011ShutDown()
H A Duart_pl011.h76 #define UART_LCR_H_FIFO_EN (0x01 << 4) macro

Completed in 3 milliseconds