.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright 2013 Freescale Semiconductor, Inc. |
---|
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 version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | | - * |
---|
8 | 4 | */ |
---|
9 | 5 | |
---|
10 | 6 | #define VF_UART0_BASE_ADDR 0x40027000 |
---|
.. | .. |
---|
33 | 29 | beq 1001b @ wait until transmit done |
---|
34 | 30 | .endm |
---|
35 | 31 | |
---|
36 | | - .macro waituart,rd,rx |
---|
| 32 | + .macro waituartcts,rd,rx |
---|
| 33 | + .endm |
---|
| 34 | + |
---|
| 35 | + .macro waituarttxrdy,rd,rx |
---|
37 | 36 | .endm |
---|