Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.h60 #define UART_CR_RTS (0x01 << 14) macro
H A Duart_pl011.c195 cr |= UART_CR_RTS; in Pl011ConfigIn()
197 cr &= ~UART_CR_RTS; in Pl011ConfigIn()
/device/qemu/drivers/uart/
H A Duart_pl011.h60 #define UART_CR_RTS (0x01 << 14) macro
H A Duart_pl011.c196 cr |= UART_CR_RTS; in Pl011ConfigIn()
198 cr &= ~UART_CR_RTS; in Pl011ConfigIn()

Completed in 3 milliseconds