Lines Matching refs:rx
15 .macro senduart, rd, rx
19 .macro busyuart, rd, rx
21 mrc p14, 0, \rx, c0, c1, 0
22 tst \rx, #0x20000000
26 .macro waituartcts, rd, rx
29 .macro waituarttxrdy, rd, rx
34 mrc p14, 0, \rx, c0, c1, 0
35 tst \rx, #0x20000000
42 .macro senduart, rd, rx
46 .macro busyuart, rd, rx
48 mrc p14, 0, \rx, c14, c0, 0
49 tst \rx, #0x10000000
53 .macro waituartcts, rd, rx
56 .macro waituarttxrdy, rd, rx
61 mrc p14, 0, \rx, c14, c0, 0
62 tst \rx, #0x10000000
69 .macro senduart, rd, rx
73 .macro busyuart, rd, rx
75 mrc p14, 0, \rx, c0, c0, 0
76 tst \rx, #2
81 .macro waituartcts, rd, rx
84 .macro waituarttxrdy, rd, rx
89 mrc p14, 0, \rx, c0, c0, 0
90 tst \rx, #2