Home
last modified time | relevance | path

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

/freebsd/sys/dev/clk/allwinner/
H A Daw_ccu.c206 sc->bst = bus_get_bus_tag(dev); in aw_ccu_attach()
/freebsd/sys/powerpc/powerpc/
H A Dnexus.c106 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag),
/freebsd/sys/arm/arm/
H A Dnexus.c136 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag),
/freebsd/sys/riscv/riscv/
H A Dnexus.c126 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag),
/freebsd/sys/arm64/arm64/
H A Dnexus.c152 DEVMETHOD(bus_get_bus_tag, nexus_get_bus_tag),
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c124 DEVMETHOD(bus_get_bus_tag, ofw_pcib_bus_get_bus_tag),
/freebsd/sys/sys/
H A Dbus.h570 bus_space_tag_t bus_get_bus_tag(device_t dev);
/freebsd/sys/kern/
H A Dsubr_bus.c4956 bus_get_bus_tag(device_t dev) in bus_get_bus_tag() function