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

  /src/sys/dev/pci/
pciconf.c 186 struct pciconf_resource io_res; member in struct:_s_pciconf_bus_t
420 memset(&pb->io_res, 0, sizeof(pb->io_res));
925 if (pb->io_res.arena == NULL) {
932 pi->address = pci_allocate_range(&pb->io_res, pi->size,
941 error = init_range_resource(&pd->ppb->io_res,
1144 if (pb->io_res.arena) {
1145 io_base = pb->io_res.min_addr;
1146 io_limit = pb->io_res.max_addr;
1235 fini_range_resource(&pb->io_res);
    [all...]

Completed in 12 milliseconds