.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* arch/arm/mach-imx/include/mach/debug-macro.S |
---|
2 | 3 | * |
---|
3 | 4 | * Debugging macro include header |
---|
4 | 5 | * |
---|
5 | 6 | * Copyright (C) 1994-1999 Russell King |
---|
6 | 7 | * 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 | | - * |
---|
12 | 8 | */ |
---|
13 | 9 | |
---|
14 | 10 | #include <asm/assembler.h> |
---|
.. | .. |
---|
39 | 35 | str \rd, [\rx, #0x40] @ TXDATA |
---|
40 | 36 | .endm |
---|
41 | 37 | |
---|
42 | | - .macro waituart,rd,rx |
---|
| 38 | + .macro waituartcts,rd,rx |
---|
| 39 | + .endm |
---|
| 40 | + |
---|
| 41 | + .macro waituarttxrdy,rd,rx |
---|
43 | 42 | .endm |
---|
44 | 43 | |
---|
45 | 44 | .macro busyuart,rd,rx |
---|