HomeSort by: relevance | last modified time | path
    Searched defs:xpci_conf_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xpci_xenbus.c 429 xpci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg, int size, function in typeref:typename:int
458 xpci_conf_read(pc, tag, reg, 4, &v);
581 if (xpci_conf_read(pc, tag, PCI_ID_REG, 4, &csr) != 0)
584 if (xpci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG, 4,
598 if (xpci_conf_read(pc, tag, reg, 4,
xpci_xenbus.c 429 xpci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg, int size, function in typeref:typename:int
458 xpci_conf_read(pc, tag, reg, 4, &v);
581 if (xpci_conf_read(pc, tag, PCI_ID_REG, 4, &csr) != 0)
584 if (xpci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG, 4,
598 if (xpci_conf_read(pc, tag, reg, 4,

Completed in 24 milliseconds