Searched refs:serial_outb (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dgen550_dbg.c38 static void (*serial_outb)(unsigned long, unsigned char); variable
74 serial_outb = io_outb;
79 serial_outb = direct_outb;
94 serial_outb(com_port + (UART_LCR << shift), UART_LCR_DLAB);
105 serial_outb(com_port + (UART_LCR << shift), lcr);
109 serial_outb(com_port + (UART_DLL << shift),
111 serial_outb(com_port + (UART_DLM << shift),
114 serial_outb(com_port + (UART_LCR << shift), 0x03);
116 serial_outb(com_port + (UART_MCR << shift), 0x03);
119 serial_outb(com_por
[all...]

Completed in 35 milliseconds