hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/include/debug/efm32.S
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2013 Pengutronix
34 * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
85 */
96
107 #define UARTn_CMD 0x000c
....@@ -32,7 +29,10 @@
3229 strb \rd, [\rx, #UARTn_TXDATA]
3330 .endm
3431
35
- .macro waituart,rd,rx
32
+ .macro waituartcts,rd,rx
33
+ .endm
34
+
35
+ .macro waituarttxrdy,rd,rx
3636 1001: ldr \rd, [\rx, #UARTn_STATUS]
3737 tst \rd, #UARTn_STATUS_TXBL
3838 beq 1001b