| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru> |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 6 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 7 | | - * (at your option) any later version. |
|---|
| 8 | 4 | */ |
|---|
| 9 | 5 | |
|---|
| 10 | 6 | #ifndef CONFIG_DEBUG_CLPS711X_UART2 |
|---|
| .. | .. |
|---|
| 24 | 20 | ldr \rp, =CLPS711X_UART_PADDR |
|---|
| 25 | 21 | .endm |
|---|
| 26 | 22 | |
|---|
| 27 | | - .macro waituart,rd,rx |
|---|
| 23 | + .macro waituartcts,rd,rx |
|---|
| 24 | + .endm |
|---|
| 25 | + |
|---|
| 26 | + .macro waituarttxrdy,rd,rx |
|---|
| 28 | 27 | .endm |
|---|
| 29 | 28 | |
|---|
| 30 | 29 | .macro senduart,rd,rx |
|---|