Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/drivers/ti/uart/
Duart_16550.h46 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
Dpmu.c1132 #define UARTLCR_DLAB BIT(7) macro