Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c111 res = bus_alloc_resource_any(self, SYS_RES_MEMORY, &unit, 0); in ehci_pci_attach()
Dxhci_pci.c97 res = bus_alloc_resource_any(self, SYS_RES_MEMORY, &unit, 0); in xhci_pci_attach()
/third_party/FreeBSD/sys/sys/
Dbus.h87 #define SYS_RES_MEMORY 3 /* i/o memory */ macro