Searched refs:nexus_get_bus_tag (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/powerpc/powerpc/
H A Dnexus.c69 static bus_space_tag_t nexus_get_bus_tag(device_t, device_t);
91 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag),
161 nexus_get_bus_tag(device_t bus __unused, device_t child __unused) function
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c89 static bus_space_tag_t nexus_get_bus_tag(device_t, device_t);
129 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag),
268 nexus_get_bus_tag(device_t bus __unused, device_t child __unused) function
/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c119 static bus_space_tag_t nexus_get_bus_tag(device_t, device_t);
142 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag),
333 nexus_get_bus_tag(device_t bus __unused, device_t child __unused) function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dnexus.c101 static bus_get_bus_tag_t nexus_get_bus_tag; variable
139 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag),
508 nexus_get_bus_tag(device_t bus __unused, device_t child __unused) function

Completed in 125 milliseconds