Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dhpt366.c880 u8 new_mcr, old_mcr = 0; in hpt3xx_disable_fast_irq() local
889 new_mcr = old_mcr & ~0x07; in hpt3xx_disable_fast_irq()
891 new_mcr = old_mcr; in hpt3xx_disable_fast_irq()
892 new_mcr &= ~0x02; in hpt3xx_disable_fast_irq()
894 new_mcr &= ~0x01; in hpt3xx_disable_fast_irq()
896 new_mcr |= 0x01; in hpt3xx_disable_fast_irq()
899 new_mcr = old_mcr & ~0x80; in hpt3xx_disable_fast_irq()
901 if (new_mcr != old_mcr) in hpt3xx_disable_fast_irq()
902 pci_write_config_byte(dev, mcr_addr + 1, new_mcr); in hpt3xx_disable_fast_irq()