Searched refs:pci_mem_find (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | pci_map.c | 113 pci_mem_find(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t type, in pci_mem_find() function 554 return pci_mem_find(pc, tag, reg, type, basep, sizep, in pci_mapreg_info() 610 if (pci_mem_find(pa->pa_pc, pa->pa_tag, reg, type, in pci_mapreg_submap()
|
/netbsd-src/sys/dev/pci/bktr/ |
H A D | bktr_os.c | 1420 retval = pci_mem_find(pc, pa->pa_tag, PCI_MAPREG_START, in bktr_attach()
|