Searched refs:omap_serial_outp (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/mach-omap1/ |
H A D | serial.c | 40 static inline void omap_serial_outp(struct plat_serial8250_port *p, int offset, in omap_serial_outp() function 54 omap_serial_outp(p, UART_OMAP_MDR1, in omap_serial_reset() 56 omap_serial_outp(p, UART_OMAP_SCR, 0x08); /* TX watermark */ in omap_serial_reset() 57 omap_serial_outp(p, UART_OMAP_MDR1, in omap_serial_reset() 61 omap_serial_outp(p, UART_OMAP_SYSC, 0x01); in omap_serial_reset()
|