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

/freebsd-11-stable/sys/sparc64/include/
H A Dbus_private.h43 bus_space_tag_t sparc64_alloc_bus_tag(void *cookie, int type);
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pci.c128 sc->sc_pci_iot = sparc64_alloc_bus_tag(NULL, PCI_IO_BUS_SPACE);
133 sc->sc_pci_cfgt = sparc64_alloc_bus_tag(NULL, PCI_CONFIG_BUS_SPACE);
347 tag = sparc64_alloc_bus_tag(r, PCI_MEMORY_BUS_SPACE);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c723 sparc64_alloc_bus_tag(void *cookie, int type) function
/freebsd-11-stable/sys/sparc64/sbus/
H A Dsbus.c806 tag = sparc64_alloc_bus_tag(r, SBUS_BUS_SPACE);

Completed in 134 milliseconds