Lines Matching refs:scr2
802 u8 scr2 = inb(base + 0x6b); in hpt3xxn_set_clock() local
804 if ((scr2 & 0x7f) == mode) in hpt3xxn_set_clock()
854 u8 scr2; in hpt37x_calibrate_dpll() local
862 pci_read_config_byte(dev, 0x5b, &scr2); in hpt37x_calibrate_dpll()
863 if (scr2 & 0x80) in hpt37x_calibrate_dpll()
868 pci_read_config_byte(dev, 0x5b, &scr2); in hpt37x_calibrate_dpll()
870 if(!(scr2 & 0x80)) in hpt37x_calibrate_dpll()
1186 u8 scr2 = 0; in hpt3xx_cable_detect() local
1188 pci_read_config_byte(dev, 0x5b, &scr2); in hpt3xx_cable_detect()
1189 pci_write_config_byte(dev, 0x5b, scr2 & ~1); in hpt3xx_cable_detect()
1193 pci_write_config_byte(dev, 0x5b, scr2); in hpt3xx_cable_detect()