Searched refs:UARTLCR (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a/drivers/nxp/console/ |
A D | 16550_console.S | 19 #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/plat/layerscape/common/aarch64/ |
A D | ls_console.S | 53 ldrb w3, [x0, #UARTLCR] 55 strb w3, [x0, #UARTLCR] /* enable DLL, DLLM programming */ 60 strb w3, [x0, #UARTLCR] /* disable DLL, DLLM programming */ 64 strb w3, [x0, #UARTLCR]
|
/trusted-firmware-a/drivers/ti/uart/aarch64/ |
A D | 16550_console.S | 54 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/drivers/ti/uart/aarch32/ |
A D | 16550_console.S | 57 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/plat/layerscape/common/include/ |
A D | ls_16550.h | 19 #define UARTLCR 0x3 macro
|
/trusted-firmware-a/include/drivers/ti/uart/ |
A D | uart_16550.h | 20 #define UARTLCR 0xc macro
|
Completed in 5 milliseconds