Searched refs:bus_space_unmap (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-11-stable/sys/dev/tpm/
H A Dtpm.c368 bus_space_unmap(bt, bh, TPM_SIZE);
408 bus_space_unmap(sc->sc_bt, sc->sc_bh, size);
419 bus_space_unmap(sc->sc_bt, sc->sc_bh, TPM_SIZE);
1168 bus_space_unmap(iot, ioh, 2);
1191 bus_space_unmap(iot, ioh, 2);
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c359 bus_space_unmap(&memmap_bus, vaddr, psize);
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c303 bus_space_unmap(&memmap_bus, vaddr, psize);
583 bus_space_unmap(sc->reg_bst, h, PCIE_REGMAX);
626 bus_space_unmap(sc->reg_bst, h, PCIE_REGMAX);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c678 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t handle, function
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_gpio.c534 bus_space_unmap(bst, bsh, LPC_GPIO_SIZE);
/freebsd-11-stable/sys/arm/arm/
H A Dnexus.c409 bus_space_unmap(fdtbus_bs_tag, vaddr, psize);
/freebsd-11-stable/sys/arm64/arm64/
H A Dnexus.c409 bus_space_unmap(&memmap_bus, vaddr, psize);
/freebsd-11-stable/sys/dev/ata/
H A Data-pci.c149 bus_space_unmap(rman_get_bustag(ctlr->r_res2),
156 bus_space_unmap(rman_get_bustag(ctlr->r_res1),
/freebsd-11-stable/sys/pc98/include/
H A Dbus.h224 * int bus_space_unmap (bus_space_tag_t t,
233 #define bus_space_unmap(t, h, s) \ macro
/freebsd-11-stable/sys/mips/mips/
H A Dnexus.c466 bus_space_unmap(rman_get_bustag(r), vaddr, psize);
/freebsd-11-stable/sys/dev/fb/
H A Dmachfb.c1346 bus_space_unmap(sc->sc_vmemt, sc->sc_vmemh,
1353 bus_space_unmap(sc->sc_memt, sc->sc_memh, vi->vi_buffer_size);
/freebsd-11-stable/sys/arm64/include/
H A Dbus.h291 #define bus_space_unmap(t, h, s) \ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dbus.h279 #define bus_space_unmap(t, h, s) (*(t)->bs_unmap)(h, s) macro
/freebsd-11-stable/sys/riscv/include/
H A Dbus.h291 #define bus_space_unmap(t, h, s) \ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h127 void bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t handle,
/freebsd-11-stable/sys/x86/include/
H A Dbus.h140 void bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t bsh,
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_qmgr.c332 bus_space_unmap(sc->sc_iot, sc->sc_ioh, IXP425_QMGR_SIZE);
H A Dixp425_npe.c352 bus_space_unmap(sc->sc_iot, sc->sc_ioh, sc->sc_size);
/freebsd-11-stable/sys/arm/include/
H A Dbus.h308 #define bus_space_unmap(t, h, s) \ macro
/freebsd-11-stable/sys/mips/include/
H A Dbus.h269 #define bus_space_unmap(t, h, s) \ macro
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pcie.c356 bus_space_unmap(sc->bus_tag, sc->cfg_handle, 0x800);
/freebsd-11-stable/share/man/man9/
H A DMakefile573 bus_space.9 bus_space_unmap.9 \

Completed in 245 milliseconds

12