HomeSort by relevance Sort by last modified time
    Searched refs:uart_putc (Results 1 - 3 of 3) sorted by null

  /bootable/bootloader/legacy/include/boot/
uart.h 34 void uart_putc(unsigned);
  /bootable/bootloader/legacy/arch_msm7k/
uart.c 105 void uart_putc(unsigned c) function
120 if(*s == '\n') uart_putc('\r');
121 uart_putc(*s++);
  /bootable/bootloader/legacy/usbloader/
main.c 170 void uart_putc(unsigned);
256 dprintf_set_putc(uart_putc);

Completed in 174 milliseconds