Searched refs:pci_read_byte (Results 1 – 10 of 10) sorted by relevance
| /pciutils/lib/ |
| H A D | generic.c | 42 ht = pci_read_byte(t, PCI_HEADER_TYPE); in pci_generic_scan_bus() 62 pci_generic_scan_bus(a, busmap, domain, pci_read_byte(t, PCI_SECONDARY_BUS)); in pci_generic_scan_bus() 91 d->hdrtype = pci_read_byte(d, PCI_HEADER_TYPE) & 0x7f; in get_hdr_type() 112 d->prog_if = pci_read_byte(d, PCI_CLASS_PROG); in pci_generic_fill_info() 113 d->rev_id = pci_read_byte(d, PCI_REVISION_ID); in pci_generic_fill_info() 142 d->irq = pci_read_byte(d, PCI_INTERRUPT_LINE); in pci_generic_fill_info()
|
| H A D | caps.c | 44 where = pci_read_byte(d, PCI_CAPABILITY_LIST) & ~3; in pci_scan_trad_caps() 47 byte id = pci_read_byte(d, where + PCI_CAP_LIST_ID); in pci_scan_trad_caps() 48 byte next = pci_read_byte(d, where + PCI_CAP_LIST_NEXT) & ~3; in pci_scan_trad_caps()
|
| H A D | libpci.ver | 36 pci_read_byte;
|
| H A D | pci.h | 187 u8 pci_read_byte(struct pci_dev *, int pos) PCI_ABI;
|
| H A D | access.c | 106 pci_read_byte(struct pci_dev *d, int pos) in pci_read_byte() function
|
| H A D | sysfs.c | 365 value = pci_read_byte(d, PCI_REVISION_ID); in sysfs_fill_info()
|
| /pciutils/lmr/ |
| H A D | margin_hw.c | 27 u8 revision = pci_read_byte(dev, PCI_REVISION_ID); in detect_unique_hw() 43 u8 type = pci_read_byte(dev, PCI_HEADER_TYPE) & 0x7F; in margin_port_is_down() 64 if (given_down && pci_read_byte(dev, PCI_SECONDARY_BUS) == p->bus && dev->domain == p->domain in margin_find_pair() 71 else if (!given_down && pci_read_byte(p, PCI_SECONDARY_BUS) == dev->bus in margin_find_pair() 93 u8 down_sec = pci_read_byte(down_port, PCI_SECONDARY_BUS); in margin_verify_link()
|
| /pciutils/ |
| H A D | setpci.c | 153 unsigned int hdr_type = pci_read_byte(dev, PCI_HEADER_TYPE) & 0x7f; in exec_op() 172 y = pci_read_byte(dev, addr); in exec_op() 209 x = pci_read_byte(dev, addr); in exec_op()
|
| H A D | example.c | 26 c = pci_read_byte(dev, PCI_INTERRUPT_PIN); /* Read config register directly */ in main()
|
| H A D | ls-map.c | 76 if (!func && (pci_read_byte(p, PCI_HEADER_TYPE) & 0x80)) in do_map_bus()
|