taglinefilesource code
com_port376arch/ppc/kernel/raw_printf.cvolatile struct NS16550 *com_port;
com_port392arch/ppc/kernel/raw_printf.creturn (com_port);
com_port396arch/ppc/kernel/raw_printf.cNS16550_putc(volatile struct NS16550 *com_port, unsigned char c)
com_port405arch/ppc/kernel/raw_printf.cwhile ((com_port->lsr & LSR_DR) == 0) ;
com_port411arch/ppc/kernel/raw_printf.creturn ((com_port->lsr & LSR_DR) != 0);