Searched refs:prep_pci_direct_make_tag (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/prep/pci/
H A Dprep_pciconf_direct.c88 pcitag_t prep_pci_direct_make_tag(void *, int, int, int);
101 pc->pc_make_tag = prep_pci_direct_make_tag;
139 prep_pci_direct_make_tag(void *v, int bus, int device, int function) function
144 panic("prep_pci_direct_make_tag: bad request");
H A Dpci_machdep.c265 extern pcitag_t prep_pci_direct_make_tag(void *, int, int, int);
315 tag = prep_pci_direct_make_tag(pc, bus, dev, func);

Completed in 103 milliseconds