Lines Matching full:rp
27 .macro addruart, rp, rv, tmp
30 10: adr \rp, 99f @ get effective addr of 99f
31 ldr \rv, [\rp] @ get absolute addr of 99f
32 sub \rv, \rv, \rp @ offset between the two
33 ldr \rp, [\rp, #4] @ abs addr of omap_uart_phys
34 sub \tmp, \rp, \rv @ make it effective
35 ldr \rp, [\tmp, #0] @ omap_uart_phys
37 cmp \rp, #0 @ is port configured?
43 ldr \rp, =ZOOM_UART_BASE
44 str \rp, [\tmp, #0] @ omap_uart_phys
45 ldr \rp, =ZOOM_UART_VIRT
46 str \rp, [\tmp, #4] @ omap_uart_virt
47 mov \rp, #(UART_LSR << ZOOM_PORT_SHIFT)
48 str \rp, [\tmp, #8] @ omap_uart_lsr
59 add \rp, \rp, \tmp