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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dserial.c44 static inline void serial_write_reg(struct plat_serial8250_port *p, int offset, function
58 serial_write_reg(p, UART_IER, 0); /* disable all interrupts */
61 serial_write_reg(p, UART_DAVINCI_PWREMU, pwremu);
66 serial_write_reg(p, UART_DAVINCI_PWREMU, pwremu);
69 serial_write_reg(p, UART_DM646X_SCR,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dserial.c164 static inline void serial_write_reg(struct plat_serial8250_port *p, int offset, function
180 serial_write_reg(p, UART_OMAP_MDR1, 0x07);
181 serial_write_reg(p, UART_OMAP_SCR, 0x08);
182 serial_write_reg(p, UART_OMAP_MDR1, 0x00);
183 serial_write_reg(p, UART_OMAP_SYSC, (0x02 << 3) | (1 << 2) | (1 << 0));
194 serial_write_reg(p, UART_OMAP_MDR1, mdr1_val);
196 serial_write_reg(p, UART_FCR, fcr_val | UART_FCR_CLEAR_XMIT |
224 serial_write_reg(p, UART_LCR, 0xBF);
227 serial_write_reg(p, UART_LCR, lcr);
232 serial_write_reg(
[all...]

Completed in 61 milliseconds