Home
last modified time | relevance | path

Searched refs:UART_FR_BUSY (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.h70 #define UART_FR_BUSY (0x01 << 3) macro
H A Duart_pl011.c337 if (!(fr & UART_FR_BUSY)) { in Pl011Config()
/device/qemu/drivers/uart/
H A Duart_pl011.h70 #define UART_FR_BUSY (0x01 << 3) macro
H A Duart_pl011.c338 if (!(fr & UART_FR_BUSY)) { in Pl011Config()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Dhi_uart.c28 #define UART_FR_BUSY (1 << 3) macro
116 if (val & UART_FR_BUSY) { in hi_uart_is_busy()

Completed in 4 milliseconds