Home
last modified time | relevance | path

Searched refs:new_mcr (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/ide/
Dhpt366.c884 u8 new_mcr, old_mcr = 0; in hpt3xx_disable_fast_irq() local
893 new_mcr = old_mcr & ~0x07; in hpt3xx_disable_fast_irq()
895 new_mcr = old_mcr; in hpt3xx_disable_fast_irq()
896 new_mcr &= ~0x02; in hpt3xx_disable_fast_irq()
898 new_mcr &= ~0x01; in hpt3xx_disable_fast_irq()
900 new_mcr |= 0x01; 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()
906 pci_write_config_byte(dev, mcr_addr + 1, new_mcr); in hpt3xx_disable_fast_irq()