Lines Matching refs:test3
530 u32 test3; in config_art_rwp_pio() local
531 pci_read_config_dword(dev, drive_pci, &test3); in config_art_rwp_pio()
532 test3 &= 0xc0c00fff; in config_art_rwp_pio()
533 if (test3 & 0x08) { in config_art_rwp_pio()
534 test3 |= (unsigned long)ini_time_value[ATA_133][timing] << 12; in config_art_rwp_pio()
535 test3 |= (unsigned long)act_time_value[ATA_133][timing] << 16; in config_art_rwp_pio()
536 test3 |= (unsigned long)rco_time_value[ATA_133][timing] << 24; in config_art_rwp_pio()
538 test3 |= (unsigned long)ini_time_value[ATA_100][timing] << 12; in config_art_rwp_pio()
539 test3 |= (unsigned long)act_time_value[ATA_100][timing] << 16; in config_art_rwp_pio()
540 test3 |= (unsigned long)rco_time_value[ATA_100][timing] << 24; in config_art_rwp_pio()
542 pci_write_config_dword(dev, drive_pci, test3); in config_art_rwp_pio()