Lines Matching refs:mcr1
691 u8 mcr1 = 0, mcr3 = 0, scr1 = 0; in hpt366_dma_lost_irq() local
693 pci_read_config_byte(dev, 0x50, &mcr1); in hpt366_dma_lost_irq()
697 drive->name, __func__, mcr1, mcr3, scr1); in hpt366_dma_lost_irq()
1124 u8 mcr1, mcr4; in init_chipset_hpt366() local
1130 pci_read_config_byte (dev, 0x50, &mcr1); in init_chipset_hpt366()
1132 pci_write_config_byte(dev, 0x50, (mcr1 | 0x32)); in init_chipset_hpt366()
1277 u8 mcr1 = 0; in hpt371_init() local
1285 pci_read_config_byte(dev, 0x50, &mcr1); in hpt371_init()
1286 if (mcr1 & 0x04) in hpt371_init()
1287 pci_write_config_byte(dev, 0x50, mcr1 & ~0x04); in hpt371_init()
1292 u8 mcr1 = 0, pin1 = 0, pin2 = 0; in hpt36x_init() local
1298 pci_read_config_byte(dev, 0x50, &mcr1); in hpt36x_init()
1299 if (mcr1 & 0x30) in hpt36x_init()
1300 pci_write_config_byte(dev, 0x50, mcr1 | 0x30); in hpt36x_init()