| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* arch/arm/mach-footbridge/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/hardware/dec21285.h> |
|---|
| .. | .. |
|---|
| 38 | 34 | bne 1001b |
|---|
| 39 | 35 | .endm |
|---|
| 40 | 36 | |
|---|
| 41 | | - .macro waituart,rd,rx |
|---|
| 37 | + .macro waituartcts,rd,rx |
|---|
| 38 | + .endm |
|---|
| 39 | + |
|---|
| 40 | + .macro waituarttxrdy,rd,rx |
|---|
| 42 | 41 | .endm |
|---|