Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326953
b: refs/heads/master
c: 7255f87
h: refs/heads/master
i:
  326951: ee51b75
v: v3
  • Loading branch information
Alexander Shiyan authored and Arnd Bergmann committed Sep 28, 2012
1 parent 21593b1 commit 56ba752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61ae48c3cb6bcffd1c7e18164c3d103eb62f06aa
refs/heads/master: 7255f87a7169689be2d4722375744a1f932d4b28
8 changes: 1 addition & 7 deletions trunk/arch/arm/mach-clps711x/include/mach/debug-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,11 @@
.endm

.macro waituart,rd,rx
1001: ldr \rd, [\rx, #0x0140] @ SYSFLGx
tst \rd, #1 << 11 @ UBUSYx
bne 1001b
.endm

.macro busyuart,rd,rx
tst \rx, #0x1000 @ UART2 does not have CTS here
bne 1002f
1001: ldr \rd, [\rx, #0x0140] @ SYSFLGx
tst \rd, #1 << 8 @ CTS
tst \rd, #1 << 11 @ UBUSYx
bne 1001b
1002:
.endm

0 comments on commit 56ba752

Please sign in to comment.