Lines Matching full:write
18 * _mips_cps_putc() - write a character to the UART
19 * @a0: ASCII character to write
31 * _mips_cps_puts() - write a string to the UART
35 * Write a null-terminated ASCII string to the UART.
51 * _mips_cps_putx4 - write a 4b hex value to the UART
52 * @a0: the 4b value to write to the UART
55 * Write a single hexadecimal character to the UART.
68 * _mips_cps_putx8 - write an 8b hex value to the UART
69 * @a0: the 8b value to write to the UART
72 * Write an 8 bit value (ie. 2 hexadecimal characters) to the UART.
85 * _mips_cps_putx16 - write a 16b hex value to the UART
86 * @a0: the 16b value to write to the UART
89 * Write a 16 bit value (ie. 4 hexadecimal characters) to the UART.
102 * _mips_cps_putx32 - write a 32b hex value to the UART
103 * @a0: the 32b value to write to the UART
106 * Write a 32 bit value (ie. 8 hexadecimal characters) to the UART.
121 * _mips_cps_putx64 - write a 64b hex value to the UART
122 * @a0: the 64b value to write to the UART
125 * Write a 64 bit value (ie. 16 hexadecimal characters) to the UART.
149 * Write information that may be useful in debugging an exception to the