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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_hpt3x2n.c358 u8 reg5b; local
364 pci_read_config_byte(dev, 0x5b, &reg5b);
365 if (reg5b & 0x80) {
368 pci_read_config_byte(dev, 0x5b, &reg5b);
370 if ((reg5b & 0x80) == 0)
H A Dpata_hpt37x.c640 u8 reg5b; local
646 pci_read_config_byte(dev, 0x5b, &reg5b);
647 if (reg5b & 0x80) {
650 pci_read_config_byte(dev, 0x5b, &reg5b);
652 if ((reg5b & 0x80) == 0)

Completed in 68 milliseconds