Searched refs:old_mcr (Results 1 – 4 of 4) sorted by relevance
/drivers/atm/ |
D | idt77105.c | 38 unsigned char old_mcr; /* storage of MCR reg while signal lost */ member 134 PUT( walk->old_mcr ,MCR); in idt77105_restart_timer_func() 230 PRIV(dev)->old_mcr = GET(MCR); in idt77105_int() 232 (PRIV(dev)->old_mcr| in idt77105_int() 295 PRIV(dev)->old_mcr = GET(MCR); in idt77105_start() 297 PRIV(dev)->old_mcr |= IDT77105_MCR_EIP; in idt77105_start() 298 PUT(PRIV(dev)->old_mcr, MCR); in idt77105_start()
|
/drivers/ide/ |
D | hpt366.c | 884 u8 new_mcr, old_mcr = 0; in hpt3xx_disable_fast_irq() local 890 pci_read_config_byte(dev, mcr_addr + 1, &old_mcr); in hpt3xx_disable_fast_irq() 893 new_mcr = old_mcr & ~0x07; in hpt3xx_disable_fast_irq() 895 new_mcr = old_mcr; in hpt3xx_disable_fast_irq() 903 new_mcr = old_mcr & ~0x80; in hpt3xx_disable_fast_irq() 905 if (new_mcr != old_mcr) in hpt3xx_disable_fast_irq()
|
/drivers/tty/serial/ |
D | omap-serial.c | 669 unsigned char mcr = 0, old_mcr, lcr; in serial_omap_set_mctrl() local 684 old_mcr = serial_in(up, UART_MCR); in serial_omap_set_mctrl() 685 old_mcr &= ~(UART_MCR_LOOP | UART_MCR_OUT2 | UART_MCR_OUT1 | in serial_omap_set_mctrl() 687 up->mcr = old_mcr | mcr; in serial_omap_set_mctrl()
|
/drivers/tty/serial/8250/ |
D | 8250_port.c | 684 unsigned char old_fcr, old_mcr, old_lcr; in size_fifo() local 691 old_mcr = serial_in(up, UART_MCR); in size_fifo() 706 serial_out(up, UART_MCR, old_mcr); in size_fifo()
|