Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbus.h327 bus_space_handle_t r_bushandle; member
935 bus_space_poke_1((r)->r_bustag, (r)->r_bushandle, (o), (v))
937 bus_space_peek_1((r)->r_bustag, (r)->r_bushandle, (o), (vp))
939 bus_space_read_1((r)->r_bustag, (r)->r_bushandle, (o))
949 bus_space_write_1((r)->r_bustag, (r)->r_bushandle, (o), (v))
971 bus_space_poke_2((r)->r_bustag, (r)->r_bushandle, (o), (v))
975 bus_space_read_2((r)->r_bustag, (r)->r_bushandle, (o))
1007 bus_space_poke_4((r)->r_bustag, (r)->r_bushandle, (o), (v))
1011 bus_space_read_4((r)->r_bustag, (r)->r_bushandle, (o))
1043 bus_space_poke_8((r)->r_bustag, (r)->r_bushandle, (o), (v))
[all …]
H A Drman.h105 bus_space_handle_t r_bushandle; /* bus_space handle */ member
/freebsd/sys/arm/arm/
H A Dnexus.c358 &map->r_bushandle); in nexus_map_resource()
362 map->r_vaddr = (void *)map->r_bushandle; in nexus_map_resource()
368 map->r_bushandle = (bus_space_handle_t)map->r_vaddr; in nexus_map_resource()
383 bus_space_unmap(map->r_bustag, map->r_bushandle, map->r_size); in nexus_unmap_resource()
/freebsd/sys/dev/quicc/
H A Dquicc_core.c51 bus_space_read_2((r)->r_bustag, (r)->r_bushandle, o)
53 bus_space_read_4((r)->r_bustag, (r)->r_bushandle, o)
56 bus_space_write_2((r)->r_bustag, (r)->r_bushandle, o, v)
58 bus_space_write_4((r)->r_bustag, (r)->r_bushandle, o, v)
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c588 &map->r_bushandle); in ofw_pcib_map_resource()
593 map->r_vaddr = (void *)map->r_bushandle; in ofw_pcib_map_resource()
605 bus_space_unmap(map->r_bustag, map->r_bushandle, map->r_size); in ofw_pcib_unmap_resource()
/freebsd/sys/kern/
H A Dsubr_rman.c886 r->r_bushandle = h; in rman_set_bushandle()
893 return (r->r_bushandle); in rman_get_bushandle()
903 rman_set_bushandle(r, map->r_bushandle); in rman_set_mapping()
912 map->r_bushandle = rman_get_bushandle(r); in rman_get_mapping()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c325 error = bus_space_map(&memmap_bus, start, length, 0, &map->r_bushandle); in thunder_pem_map_resource()
329 map->r_vaddr = (void *)map->r_bushandle; in thunder_pem_map_resource()
342 bus_space_unmap(map->r_bustag, map->r_bushandle, map->r_size); in thunder_pem_unmap_resource()
/freebsd/sys/powerpc/powerpc/
H A Dnexus.c293 map->r_bushandle = (bus_space_handle_t)map->r_vaddr; in nexus_map_resource()
/freebsd/sys/x86/x86/
H A Dnexus.c410 map->r_bushandle = start; in nexus_map_resource()
423 map->r_bushandle = (bus_space_handle_t)map->r_vaddr; in nexus_map_resource()
/freebsd/sys/riscv/riscv/
H A Dnexus.c396 map->r_bushandle = (bus_space_handle_t)map->r_vaddr; in nexus_map_resource()
/freebsd/sys/powerpc/psim/
H A Diobus.c436 map->r_bushandle = (vm_offset_t)map->r_vaddr; in iobus_map_resource()
/freebsd/sys/arm64/arm64/
H A Dnexus.c439 map->r_bushandle = (bus_space_handle_t)map->r_vaddr; in nexus_map_resource()
/freebsd/sys/powerpc/powermac/
H A Duninorth.c649 map->r_bushandle = (bus_space_handle_t)map->r_vaddr; in unin_chip_map_resource()
H A Dmacio.c691 map->r_bushandle = (bus_space_handle_t)map->r_vaddr; in macio_map_resource()
/freebsd/stand/kshim/
H A Dbsd_kernel.h621 bus_space_handle_t r_bushandle; /* bus_space handle */ member
H A Dbsd_kernel.c231 return (r->r_bushandle); in rman_get_bushandle()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c634 map->r_bushandle = (vm_offset_t)map->r_vaddr; in ps3bus_map_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c843 map->r_bushandle = start; in lbc_map_resource()
/freebsd/sys/arm/mv/
H A Dmv_pci.c1050 map->r_bushandle = start; in mv_pcib_map_resource()
/freebsd/sys/dev/mana/
H A Dgdma_main.c1555 bar, rid, res->r_bustag, res->r_bushandle); in mana_gd_alloc_bar()