Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/nxp/console/
D16550_console.S19 #define UARTLCR 0x3 macro
107 ldrb w3, [x0, #UARTLCR]
109 strb w3, [x0, #UARTLCR] /* enable DLL, DLLM programming */
114 strb w3, [x0, #UARTLCR] /* disable DLL, DLLM programming */
118 strb w3, [x0, #UARTLCR]
/trusted-firmware-a-latest/drivers/ti/uart/aarch64/
D16550_console.S54 ldr w3, [x0, #UARTLCR]
56 str w3, [x0, #UARTLCR] /* enable DLL, DLLM programming */
61 str w3, [x0, #UARTLCR] /* disable DLL, DLLM programming */
65 str w3, [x0, #UARTLCR]
/trusted-firmware-a-latest/drivers/ti/uart/aarch32/
D16550_console.S57 ldr r3, [r0, #UARTLCR]
59 str r3, [r0, #UARTLCR] /* enable DLL, DLLM programming */
64 str r3, [r0, #UARTLCR] /* disable DLL, DLLM programming */
68 str r3, [r0, #UARTLCR]
/trusted-firmware-a-latest/include/drivers/ti/uart/
Duart_16550.h20 #define UARTLCR 0xc macro