Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_hpt3x2n.c386 u8 reg5b; in hpt3xn_calibrate_dpll() local
392 pci_read_config_byte(dev, 0x5b, &reg5b); in hpt3xn_calibrate_dpll()
393 if (reg5b & 0x80) { in hpt3xn_calibrate_dpll()
396 pci_read_config_byte(dev, 0x5b, &reg5b); in hpt3xn_calibrate_dpll()
398 if ((reg5b & 0x80) == 0) in hpt3xn_calibrate_dpll()
H A Dpata_hpt37x.c677 u8 reg5b; in hpt37x_calibrate_dpll() local
683 pci_read_config_byte(dev, 0x5b, &reg5b); in hpt37x_calibrate_dpll()
684 if (reg5b & 0x80) { in hpt37x_calibrate_dpll()
687 pci_read_config_byte(dev, 0x5b, &reg5b); in hpt37x_calibrate_dpll()
689 if ((reg5b & 0x80) == 0) in hpt37x_calibrate_dpll()