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

  /src/sys/arch/x86/pci/
pci_bus_fixup.c 54 static void pci_bridge_reset(pci_chipset_tag_t, pcitag_t, void *);
73 pci_bridge_foreach(pc, bus, bus, pci_bridge_reset, 0);
159 pci_bridge_reset(pci_chipset_tag_t pc, pcitag_t tag, void *ctx) function in typeref:typename:void
pci_bus_fixup.c 54 static void pci_bridge_reset(pci_chipset_tag_t, pcitag_t, void *);
73 pci_bridge_foreach(pc, bus, bus, pci_bridge_reset, 0);
159 pci_bridge_reset(pci_chipset_tag_t pc, pcitag_t tag, void *ctx) function in typeref:typename:void

Completed in 23 milliseconds