Lines Matching refs:w3
54 ldr w3, [x0, #UARTLCR]
55 orr w3, w3, #UARTLCR_DLAB
56 str w3, [x0, #UARTLCR] /* enable DLL, DLLM programming */
60 and w3, w3, w2
61 str w3, [x0, #UARTLCR] /* disable DLL, DLLM programming */
64 mov w3, #3
65 str w3, [x0, #UARTLCR]
67 mov w3, #0
68 str w3, [x0, #UARTIER]
71 str w3, [x0, #UARTMDR1]
74 mov w3, #(UARTFCR_FIFOEN | UARTFCR_DMAEN)
75 str w3, [x0, #UARTFCR]
77 mov w3, #3
78 str w3, [x0, #UARTMCR]