hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/include/debug/sa1100.S
....@@ -1,14 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* arch/arm/include/debug/sa1100.S
23 *
34 * Debugging macro include header
45 *
56 * Copyright (C) 1994-1999 Russell King
67 * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
11
- *
128 */
139
1410 #define UTCR3 0x0c
....@@ -55,7 +51,10 @@
5551 str \rd, [\rx, #UTDR]
5652 .endm
5753
58
- .macro waituart,rd,rx
54
+ .macro waituartcts,rd,rx
55
+ .endm
56
+
57
+ .macro waituarttxrdy,rd,rx
5958 1001: ldr \rd, [\rx, #UTSR1]
6059 tst \rd, #UTSR1_TNF
6160 beq 1001b