Home
last modified time | relevance | path

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

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