Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_pcib.c71 static int ofw_pcib_activate_resource(device_t, device_t, struct resource *);
117 DEVMETHOD(bus_activate_resource, ofw_pcib_activate_resource),
499 ofw_pcib_activate_resource(device_t bus, device_t child, struct resource *res) in ofw_pcib_activate_resource() function