Home
last modified time | relevance | path

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

/drivers/ide/
Dhpt366.c881 u8 new_mcr, old_mcr = 0; in hpt3xx_disable_fast_irq() local
890 new_mcr = old_mcr & ~0x07; in hpt3xx_disable_fast_irq()
892 new_mcr = old_mcr; in hpt3xx_disable_fast_irq()
893 new_mcr &= ~0x02; in hpt3xx_disable_fast_irq()
895 new_mcr &= ~0x01; in hpt3xx_disable_fast_irq()
897 new_mcr |= 0x01; in hpt3xx_disable_fast_irq()
900 new_mcr = old_mcr & ~0x80; in hpt3xx_disable_fast_irq()
902 if (new_mcr != old_mcr) in hpt3xx_disable_fast_irq()
903 pci_write_config_byte(dev, mcr_addr + 1, new_mcr); in hpt3xx_disable_fast_irq()