Searched refs:UARTLCR (Results 1 – 4 of 4) sorted by relevance
/arm-trusted-firmware-2.8.0/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]
|
/arm-trusted-firmware-2.8.0/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]
|
/arm-trusted-firmware-2.8.0/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]
|
/arm-trusted-firmware-2.8.0/include/drivers/ti/uart/ |
A D | uart_16550.h | 20 #define UARTLCR 0xc macro
|
Completed in 8 milliseconds