Home
last modified time | relevance | path

Searched refs:UARTLCR_H (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/
Dpl011.h42 #define UARTLCR_H 0x02C macro
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
DPL011Uart.h29 #define UARTLCR_H 0x02C macro
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/pl011/
Dpl011_console.S101 str w1, [x0, #UARTLCR_H]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL011Uart/
DPL011Uart.c159 MmioWrite32 (UartBase + UARTLCR_H, LineControl); in PL011UartInitializePort()