Searched refs:xpci_conf_read (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/xen/xen/ |
H A D | xpci_xenbus.c | 429 xpci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg, int size, in xpci_conf_read() function 458 xpci_conf_read(pc, tag, reg, 4, &v); in pci_conf_read() 581 if (xpci_conf_read(pc, tag, PCI_ID_REG, 4, &csr) != 0) in xpci_enumerate_bus1() 584 if (xpci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG, 4, in xpci_enumerate_bus1() 598 if (xpci_conf_read(pc, tag, reg, 4, in xpci_enumerate_bus1()
|