| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Debugging macro include header |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> |
|---|
| 5 | 6 | * Moved from arch/arm/mach-vt8500/include/mach/debug-macro.S |
|---|
| 6 | 7 | * Minor changes for readability. |
|---|
| 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 | 8 | */ |
|---|
| 12 | 9 | |
|---|
| 13 | 10 | #define DEBUG_LL_PHYS_BASE 0xD8000000 |
|---|
| .. | .. |
|---|
| 31 | 28 | bne 1001b |
|---|
| 32 | 29 | .endm |
|---|
| 33 | 30 | |
|---|
| 34 | | - .macro waituart,rd,rx |
|---|
| 31 | + .macro waituartcts,rd,rx |
|---|
| 32 | + .endm |
|---|
| 33 | + |
|---|
| 34 | + .macro waituarttxrdy,rd,rx |
|---|
| 35 | 35 | .endm |
|---|
| 36 | 36 | |
|---|
| 37 | 37 | #endif |
|---|