| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* Debugging macro include header |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 1994-1999 Russell King |
|---|
| 4 | 5 | * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks |
|---|
| 5 | 6 | * Modified for ASM9260 by Oleksij Remepl <linux@rempel-privat.de> |
|---|
| 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 | .macro addruart, rp, rv, tmp |
|---|
| .. | .. |
|---|
| 15 | 11 | ldr \rv, = CONFIG_DEBUG_UART_VIRT |
|---|
| 16 | 12 | .endm |
|---|
| 17 | 13 | |
|---|
| 18 | | - .macro waituart,rd,rx |
|---|
| 14 | + .macro waituarttxrdy,rd,rx |
|---|
| 15 | + .endm |
|---|
| 16 | + |
|---|
| 17 | + .macro waituartcts,rd,rx |
|---|
| 19 | 18 | .endm |
|---|
| 20 | 19 | |
|---|
| 21 | 20 | .macro senduart,rd,rx |
|---|