Searched refs:mcr3 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_hpt37x.c343 u16 mcr3; local
347 pci_read_config_word(pdev, mcrbase + 2, &mcr3);
349 pci_write_config_word(pdev, mcrbase + 2, mcr3 | 0x8000);
352 pci_write_config_word(pdev, mcrbase + 2, mcr3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dhpt366.c575 u8 mcr1 = 0, mcr3 = 0, scr1 = 0; local
578 pci_read_config_byte(dev, 0x52, &mcr3);
580 printk("%s: (%s) mcr1=0x%02x, mcr3=0x%02x, scr1=0x%02x\n",
581 drive->name, __func__, mcr1, mcr3, scr1);

Completed in 64 milliseconds