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

  /src/sys/arch/evbarm/ifpga/
ifpga_pci.c 90 pcitag_t ifpga_pci_make_tag (void *, int, int, int);
106 .pc_make_tag = ifpga_pci_make_tag,
175 ifpga_pci_make_tag(void *pcv, int bus, int device, int function) function in typeref:typename:pcitag_t
178 printf("ifpga_pci_make_tag(pcv=%p, bus=%d, device=%d, function=%d)\n",

Completed in 38 milliseconds