Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/marvell/uart/
H A Da3700_console.h39 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/rk3399_ARM-atf/include/drivers/ti/uart/
H A Duart_16550.h50 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/rk3399_ARM-atf/drivers/nxp/console/
H A D16550_console.S41 #define UARTLCR_DLAB (1 << 7) /* Divisor Latch Access */ macro
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/
H A Dpmu.c1141 #define UARTLCR_DLAB BIT(7) macro