.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Debugging macro include header |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 1994-1999 Russell King |
---|
5 | 6 | * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks |
---|
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. |
---|
10 | | - * |
---|
11 | 7 | */ |
---|
12 | 8 | |
---|
13 | 9 | #include <linux/serial_reg.h> |
---|
.. | .. |
---|
79 | 75 | bne 1001b |
---|
80 | 76 | .endm |
---|
81 | 77 | |
---|
82 | | - .macro waituart,rd,rx |
---|
| 78 | + .macro waituartcts,rd,rx |
---|
| 79 | + .endm |
---|
| 80 | + |
---|
| 81 | + .macro waituarttxrdy,rd,rx |
---|
83 | 82 | .endm |
---|