Home
last modified time | relevance | path

Searched refs:SYS_RES_IRQ (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c144 res = bus_alloc_resource_any(self, SYS_RES_IRQ, &unit, 0); in ehci_pci_attach()
Dxhci_pci.c111 res = bus_alloc_resource_any(self, SYS_RES_IRQ, &unit, 0); in xhci_pci_attach()
/third_party/FreeBSD/sys/sys/
Dbus.h85 #define SYS_RES_IRQ 1 /* interrupt lines */ macro