Searched refs:pci_read_long (Results 1 – 7 of 7) sorted by relevance
| /pciutils/lib/ |
| H A D | generic.c | 37 u32 vd = pci_read_long(t, PCI_VENDOR_ID); in pci_generic_scan_bus() 164 u32 x = pci_read_long(d, PCI_BASE_ADDRESS_0 + i*4); in pci_generic_fill_info() 177 u32 y = pci_read_long(d, PCI_BASE_ADDRESS_0 + (++i)*4); in pci_generic_fill_info() 207 u32 u = pci_read_long(d, reg); in pci_generic_fill_info()
|
| H A D | libpci.ver | 37 pci_read_long;
|
| H A D | caps.c | 73 header = pci_read_long(d, where); in pci_scan_ext_caps()
|
| H A D | pci.h | 189 u32 pci_read_long(struct pci_dev *, int pos) PCI_ABI;
|
| H A D | access.c | 122 pci_read_long(struct pci_dev *d, int pos) in pci_read_long() function
|
| /pciutils/ |
| H A D | setpci.c | 178 y = pci_read_long(dev, addr); in exec_op() 215 x = pci_read_long(dev, addr); in exec_op()
|
| /pciutils/lmr/ |
| H A D | margin_hw.c | 120 .max_width = GET_REG_MASK(pci_read_long(dev, cap->addr + PCI_EXP_LNKCAP), PCI_EXP_LNKCAP_WIDTH), in fill_dev_wrapper()
|