Searched refs:pci_read_config_byte (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci.c505 pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type);
510 pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &pos);
513 pci_read_config_byte(dev, PCI_CB_CAPABILITY_LIST, &pos);
518 pci_read_config_byte(dev, pos + PCI_CAP_LIST_ID, &id);
526 pci_read_config_byte(dev, pos + PCI_CAP_LIST_NEXT, &pos);
H A Dpci.h297 pci_read_config_byte(struct pci_device *dev, unsigned int where, uint8_t *value) function
H A Dsundance.c624 pci_read_config_byte(pci, PCI_REVISION_ID, &sdc->pci_rev_id);
H A De1000.c3300 pci_read_config_byte(pdev, PCI_REVISION, &hw->revision_id);
H A Dtg3.c2674 pci_read_config_byte(tp->pdev, PCI_LATENCY_TIMER, &pci_latency);

Completed in 33 milliseconds