Searched refs:pci_read_data (Results 1 – 1 of 1) sorted by relevance
| /pciutils/lib/ |
| H A D | access.c | 95 pci_read_data(struct pci_dev *d, void *buf, int pos, int len) in pci_read_data() function 109 pci_read_data(d, &buf, pos, 1); in pci_read_byte() 117 pci_read_data(d, &buf, pos, 2); in pci_read_word() 125 pci_read_data(d, &buf, pos, 4); in pci_read_long()
|