Home
last modified time | relevance | path

Searched refs:smc_putc (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_mpc8xx.c170 static void smc_putc(const char c) in smc_putc() function
177 smc_putc('\r'); in smc_putc()
193 smc_putc(*s++); in smc_puts()
244 .putc = smc_putc,