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

  /src/sys/dev/pci/
pciconf.c 202 static uint64_t pci_allocate_range(struct pciconf_resource *, uint64_t, int,
866 pci_allocate_range(struct pciconf_resource * const r, const uint64_t amt, function in typeref:typename:uint64_t
932 pi->address = pci_allocate_range(&pb->io_res, pi->size,
1012 pm->address = pci_allocate_range(r, pm->size, pm->align,
1016 pm->address = pci_allocate_range(r, pm->size,
pciconf.c 202 static uint64_t pci_allocate_range(struct pciconf_resource *, uint64_t, int,
866 pci_allocate_range(struct pciconf_resource * const r, const uint64_t amt, function in typeref:typename:uint64_t
932 pi->address = pci_allocate_range(&pb->io_res, pi->size,
1012 pm->address = pci_allocate_range(r, pm->size, pm->align,
1016 pm->address = pci_allocate_range(r, pm->size,

Completed in 23 milliseconds