Lines Matching full:uart
32 * _mips_cps_putc() - write a character to the UART
34 * @t9: UART base address
45 * _mips_cps_puts() - write a string to the UART
47 * @t9: UART base address
49 * Write a null-terminated ASCII string to the UART.
65 * _mips_cps_putx4 - write a 4b hex value to the UART
66 * @a0: the 4b value to write to the UART
67 * @t9: UART base address
69 * Write a single hexadecimal character to the UART.
82 * _mips_cps_putx8 - write an 8b hex value to the UART
83 * @a0: the 8b value to write to the UART
84 * @t9: UART base address
86 * Write an 8 bit value (ie. 2 hexadecimal characters) to the UART.
99 * _mips_cps_putx16 - write a 16b hex value to the UART
100 * @a0: the 16b value to write to the UART
101 * @t9: UART base address
103 * Write a 16 bit value (ie. 4 hexadecimal characters) to the UART.
116 * _mips_cps_putx32 - write a 32b hex value to the UART
117 * @a0: the 32b value to write to the UART
118 * @t9: UART base address
120 * Write a 32 bit value (ie. 8 hexadecimal characters) to the UART.
135 * _mips_cps_putx64 - write a 64b hex value to the UART
136 * @a0: the 64b value to write to the UART
137 * @t9: UART base address
139 * Write a 64 bit value (ie. 16 hexadecimal characters) to the UART.
160 * mips_cps_bev_dump() - dump relevant exception state to UART
164 * UART configured by CONFIG_MIPS_CPS_NS16550_*. As this BEV exception
170 * uncached access to the UART registers.