hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/arm/include/debug/sti.S
....@@ -1,12 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * arch/arm/include/debug/sti.S
34 *
45 * Debugging macro include header
56 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #define STIH41X_COMMS_BASE 0xfed00000
....@@ -48,7 +45,10 @@
4845 strb \rd, [\rx, #ASC_TX_BUF_OFF]
4946 .endm
5047
51
- .macro waituart,rd,rx
48
+ .macro waituartcts,rd,rx
49
+ .endm
50
+
51
+ .macro waituarttxrdy,rd,rx
5252 1001: ldr \rd, [\rx, #ASC_STA_OFF]
5353 tst \rd, #ASC_STA_TX_FULL
5454 bne 1001b