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

  /src/sys/dev/pci/
pci_map.c 113 pci_mem_find(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t type, function in typeref:typename:int
133 panic("pci_mem_find: bad request");
136 panic("pci_mem_find: bad 64-bit request");
180 printf("pci_mem_find: expected type mem, found i/o\n");
188 printf("pci_mem_find: "
201 aprint_debug("pci_mem_find: void region\n");
219 printf("pci_mem_find: 64-bit memory map which is "
225 printf("pci_mem_find: reserved mapping register type\n");
554 return pci_mem_find(pc, tag, reg, type, basep, sizep,
610 if (pci_mem_find(pa->pa_pc, pa->pa_tag, reg, type
    [all...]
pci_map.c 113 pci_mem_find(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t type, function in typeref:typename:int
133 panic("pci_mem_find: bad request");
136 panic("pci_mem_find: bad 64-bit request");
180 printf("pci_mem_find: expected type mem, found i/o\n");
188 printf("pci_mem_find: "
201 aprint_debug("pci_mem_find: void region\n");
219 printf("pci_mem_find: 64-bit memory map which is "
225 printf("pci_mem_find: reserved mapping register type\n");
554 return pci_mem_find(pc, tag, reg, type, basep, sizep,
610 if (pci_mem_find(pa->pa_pc, pa->pa_tag, reg, type
    [all...]

Completed in 24 milliseconds