Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drkpm_uart.c38 writel_relaxed(UARTFCR_FIFOEN, base + UARTFCR); in rkpm_uart_debug_init()
84 writel_relaxed(UARTFCR_FIFOEN, base + UARTFCR); in rkpm_uart_debug_restore()
H A Drv1106_sleep.S27 #define UARTFCR_FIFOEN (1 << 0) macro
64 mov r3, #(UARTFCR_FIFOEN | UARTFCR_DMAEN)
H A Drkpm_uart.h40 #define UARTFCR_FIFOEN (1 << 0) /* Enable the Tx/Rx FIFO */ macro