taglinefilesource code
NS1655058arch/ppc/kernel/raw_printf.ctypedef struct NS16550 *NS16550_t;
NS1655062arch/ppc/kernel/raw_printf.cvolatile struct NS16550 *NS16550_init(int chan);
NS1655063arch/ppc/kernel/raw_printf.cvoid NS16550_putc(volatile struct NS16550 *com_port, unsigned char c);
NS1655064arch/ppc/kernel/raw_printf.cunsigned char NS16550_getc(volatile struct NS16550 *com_port);
NS16550290arch/ppc/kernel/raw_printf.cc = NS16550_getc((struct NS16550 *)port);
NS16550332arch/ppc/kernel/raw_printf.cNS16550_putc((struct NS16550 *)port, c);
NS16550387arch/ppc/kernel/raw_printf.cvolatile struct NS16550 *NS16550_init(int chan)
NS16550389arch/ppc/kernel/raw_printf.cvolatile struct NS16550 *com_port;
NS16550391arch/ppc/kernel/raw_printf.ccom_port = (struct NS16550 *) COM_PORTS[chan];
NS16550396arch/ppc/kernel/raw_printf.cif (com_port->ier != 0x0F) return ((struct NS16550 *)0);
NS16550409arch/ppc/kernel/raw_printf.cvoid NS16550_putc(volatile struct NS16550 *com_port, unsigned char c)
NS16550417arch/ppc/kernel/raw_printf.cunsigned char NS16550_getc(volatile struct NS16550 *com_port)
NS16550423arch/ppc/kernel/raw_printf.cNS16550_test(volatile struct NS16550 *com_port)