Home
last modified time | relevance | path

Searched refs:UARTFCR_FIFOEN (Results 1 – 6 of 6) sorted by relevance

/arm-trusted-firmware-2.8.0/include/drivers/marvell/uart/
A Da3700_console.h36 #define UARTFCR_FIFOEN (1 << 0) /* Enable the Tx/Rx FIFO */ macro
/arm-trusted-firmware-2.8.0/include/drivers/ti/uart/
A Duart_16550.h47 #define UARTFCR_FIFOEN (1 << 0) /* Enable the Tx/Rx FIFO */ macro
/arm-trusted-firmware-2.8.0/drivers/nxp/console/
A D16550_console.S37 #define UARTFCR_FIFOEN (1 << 0) /* Enable the Tx/Rx FIFO */ macro
123 mov w3, #(UARTFCR_FIFOEN |UARTFCR_TXCLR | UARTFCR_RXCLR)
/arm-trusted-firmware-2.8.0/drivers/ti/uart/aarch64/
A D16550_console.S74 mov w3, #(UARTFCR_FIFOEN | UARTFCR_DMAEN)
/arm-trusted-firmware-2.8.0/drivers/ti/uart/aarch32/
A D16550_console.S77 mov r3, #(UARTFCR_FIFOEN | UARTFCR_DMAEN)
/arm-trusted-firmware-2.8.0/plat/rockchip/rk3399/drivers/pmu/
A Dpmu.c1137 #define UARTFCR_FIFOEN BIT(0) macro
1180 mmio_write_32(uart_base + UART_FCR, UARTFCR_FIFOEN); in resume_uart()

Completed in 8 milliseconds