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

/drivers/ata/
H A Dpata_hpt3x2n.c385 u8 reg5b; local
391 pci_read_config_byte(dev, 0x5b, &reg5b);
392 if (reg5b & 0x80) {
395 pci_read_config_byte(dev, 0x5b, &reg5b);
397 if ((reg5b & 0x80) == 0)
H A Dpata_hpt37x.c679 u8 reg5b; local
685 pci_read_config_byte(dev, 0x5b, &reg5b);
686 if (reg5b & 0x80) {
689 pci_read_config_byte(dev, 0x5b, &reg5b);
691 if ((reg5b & 0x80) == 0)

Completed in 66 milliseconds