Home
last modified time | relevance | path

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

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