~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/arm/include/debug/pl01x.S

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
                .macro  waituart,rd,rx
27
27
1001:           ldr     \rd, [\rx, #UART01x_FR]
 
28
 ARM_BE8(       rev     \rd, \rd )
28
29
                tst     \rd, #UART01x_FR_TXFF
29
30
                bne     1001b
30
31
                .endm
31
32
 
32
33
                .macro  busyuart,rd,rx
33
34
1001:           ldr     \rd, [\rx, #UART01x_FR]
 
35
 ARM_BE8(       rev     \rd, \rd )
34
36
                tst     \rd, #UART01x_FR_BUSY
35
37
                bne     1001b
36
38
                .endm