Lines Matching refs:oldlcr
290 u8 oldlcr; in mxser_enable_must_enchance_mode() local
293 oldlcr = inb(baseio + UART_LCR); in mxser_enable_must_enchance_mode()
300 outb(oldlcr, baseio + UART_LCR); in mxser_enable_must_enchance_mode()
306 u8 oldlcr; in mxser_disable_must_enchance_mode() local
309 oldlcr = inb(baseio + UART_LCR); in mxser_disable_must_enchance_mode()
316 outb(oldlcr, baseio + UART_LCR); in mxser_disable_must_enchance_mode()
322 u8 oldlcr; in mxser_set_must_xon1_value() local
325 oldlcr = inb(baseio + UART_LCR); in mxser_set_must_xon1_value()
334 outb(oldlcr, baseio + UART_LCR); in mxser_set_must_xon1_value()
339 u8 oldlcr; in mxser_set_must_xoff1_value() local
342 oldlcr = inb(baseio + UART_LCR); in mxser_set_must_xoff1_value()
351 outb(oldlcr, baseio + UART_LCR); in mxser_set_must_xoff1_value()
356 u8 oldlcr; in mxser_set_must_fifo_value() local
359 oldlcr = inb(info->ioaddr + UART_LCR); in mxser_set_must_fifo_value()
370 outb(oldlcr, info->ioaddr + UART_LCR); in mxser_set_must_fifo_value()
375 u8 oldlcr; in mxser_set_must_enum_value() local
378 oldlcr = inb(baseio + UART_LCR); in mxser_set_must_enum_value()
387 outb(oldlcr, baseio + UART_LCR); in mxser_set_must_enum_value()
393 u8 oldlcr; in mxser_get_must_hardware_id() local
396 oldlcr = inb(baseio + UART_LCR); in mxser_get_must_hardware_id()
405 outb(oldlcr, baseio + UART_LCR); in mxser_get_must_hardware_id()
411 u8 oldlcr; in SET_MOXA_MUST_NO_SOFTWARE_FLOW_CONTROL() local
414 oldlcr = inb(baseio + UART_LCR); in SET_MOXA_MUST_NO_SOFTWARE_FLOW_CONTROL()
421 outb(oldlcr, baseio + UART_LCR); in SET_MOXA_MUST_NO_SOFTWARE_FLOW_CONTROL()
426 u8 oldlcr; in mxser_enable_must_tx_software_flow_control() local
429 oldlcr = inb(baseio + UART_LCR); in mxser_enable_must_tx_software_flow_control()
437 outb(oldlcr, baseio + UART_LCR); in mxser_enable_must_tx_software_flow_control()
442 u8 oldlcr; in mxser_disable_must_tx_software_flow_control() local
445 oldlcr = inb(baseio + UART_LCR); in mxser_disable_must_tx_software_flow_control()
452 outb(oldlcr, baseio + UART_LCR); in mxser_disable_must_tx_software_flow_control()
457 u8 oldlcr; in mxser_enable_must_rx_software_flow_control() local
460 oldlcr = inb(baseio + UART_LCR); in mxser_enable_must_rx_software_flow_control()
468 outb(oldlcr, baseio + UART_LCR); in mxser_enable_must_rx_software_flow_control()
473 u8 oldlcr; in mxser_disable_must_rx_software_flow_control() local
476 oldlcr = inb(baseio + UART_LCR); in mxser_disable_must_rx_software_flow_control()
483 outb(oldlcr, baseio + UART_LCR); in mxser_disable_must_rx_software_flow_control()