Lines Matching +full:sw +full:- +full:exception
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
9 #include <asm/asm-offsets.h>
25 # define UART_S sw
32 * _mips_cps_putc() - write a character to the UART
45 * _mips_cps_puts() - write a string to the UART
46 * @a0: pointer to NULL-terminated ASCII string
49 * Write a null-terminated ASCII string to the UART.
65 * _mips_cps_putx4 - write a 4b hex value to the UART
76 addiu a0, a0, -10
82 * _mips_cps_putx8 - write an 8b hex value to the UART
99 * _mips_cps_putx16 - write a 16b hex value to the UART
116 * _mips_cps_putx32 - write a 32b hex value to the UART
135 * _mips_cps_putx64 - write a 64b hex value to the UART
160 * mips_cps_bev_dump() - dump relevant exception state to UART
161 * @a0: pointer to NULL-terminated ASCII string naming the exception
163 * Write information that may be useful in debugging an exception to the
164 * UART configured by CONFIG_MIPS_CPS_NS16550_*. As this BEV exception
210 str_bev: .asciiz "BEV Exception: "