Home
last modified time | relevance | path

Searched defs:UARTFCR_FIFOEN (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/drivers/ti/uart/
Duart_16550.h43 #define UARTFCR_FIFOEN (1 << 0) /* Enable the Tx/Rx FIFO */ macro
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
Dpmu.c1128 #define UARTFCR_FIFOEN BIT(0) macro