Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/nxp/console/
A 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]
/arm-trusted-firmware-2.8.0/drivers/ti/uart/aarch64/
A 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]
/arm-trusted-firmware-2.8.0/drivers/ti/uart/aarch32/
A 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]
/arm-trusted-firmware-2.8.0/include/drivers/ti/uart/
A Duart_16550.h20 #define UARTLCR 0xc macro

Completed in 8 milliseconds