Home
last modified time | relevance | path

Searched refs:BUS_PROBE_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/arm/arm/
Dnexus.c142 return (BUS_PROBE_DEFAULT); in nexus_probe()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c84 return (BUS_PROBE_DEFAULT); in ehci_pci_probe()
Dxhci_pci.c77 return (BUS_PROBE_DEFAULT); in xhci_pci_probe()
/third_party/FreeBSD/sys/sys/
Dbus.h395 #define BUS_PROBE_DEFAULT (-20) /* Base OS default driver */ macro