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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmxser.c291 static void mxser_enable_must_enchance_mode(unsigned long baseio) argument
296 oldlcr = inb(baseio + UART_LCR);
297 outb(MOXA_MUST_ENTER_ENCHANCE, baseio + UART_LCR);
299 efr = inb(baseio + MOXA_MUST_EFR_REGISTER);
302 outb(efr, baseio + MOXA_MUST_EFR_REGISTER);
303 outb(oldlcr, baseio + UART_LCR);
306 static void mxser_disable_must_enchance_mode(unsigned long baseio) argument
311 oldlcr = inb(baseio + UART_LCR);
312 outb(MOXA_MUST_ENTER_ENCHANCE, baseio + UART_LCR);
314 efr = inb(baseio
321 mxser_set_must_xon1_value(unsigned long baseio, u8 value) argument
338 mxser_set_must_xoff1_value(unsigned long baseio, u8 value) argument
374 mxser_set_must_enum_value(unsigned long baseio, u8 value) argument
391 mxser_get_must_hardware_id(unsigned long baseio, u8 *pId) argument
408 SET_MOXA_MUST_NO_SOFTWARE_FLOW_CONTROL(unsigned long baseio) argument
423 mxser_enable_must_tx_software_flow_control(unsigned long baseio) argument
439 mxser_disable_must_tx_software_flow_control(unsigned long baseio) argument
454 mxser_enable_must_rx_software_flow_control(unsigned long baseio) argument
470 mxser_disable_must_rx_software_flow_control(unsigned long baseio) argument
[all...]

Completed in 54 milliseconds