Home
last modified time | relevance | path

Searched refs:pbs_region_stream (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/or1k/include/
H A Dbus_funcs.h348 ((*(t)->pbs_region_stream->pbsg_read_2)((t), (h), (o), (a), (c)))
350 ((*(t)->pbs_region_stream->pbsg_read_4)((t), (h), (o), (a), (c)))
352 ((*(t)->pbs_region_stream->pbsg_read_8)((t), (h), (o), (a), (c)))
380 ((*(t)->pbs_region_stream->pbsg_write_2)((t), (h), (o), (a), (c)))
382 ((*(t)->pbs_region_stream->pbsg_write_4)((t), (h), (o), (a), (c)))
384 ((*(t)->pbs_region_stream->pbsg_write_8)((t), (h), (o), (a), (c)))
H A Dbus_defs.h208 const struct or1k_bus_space_group *pbs_region_stream; member
/netbsd-src/sys/arch/powerpc/include/
H A Dbus_funcs.h355 ((*(t)->pbs_region_stream->pbsg_read_2)((t), (h), (o), (a), (c)))
357 ((*(t)->pbs_region_stream->pbsg_read_4)((t), (h), (o), (a), (c)))
359 ((*(t)->pbs_region_stream->pbsg_read_8)((t), (h), (o), (a), (c)))
387 ((*(t)->pbs_region_stream->pbsg_write_2)((t), (h), (o), (a), (c)))
389 ((*(t)->pbs_region_stream->pbsg_write_4)((t), (h), (o), (a), (c)))
391 ((*(t)->pbs_region_stream->pbsg_write_8)((t), (h), (o), (a), (c)))
H A Dbus_defs.h219 const struct powerpc_bus_space_group *pbs_region_stream; member
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dbus_space.c426 t->pbs_region_stream = &region_strided_ops; in bus_space_init()
432 t->pbs_region_stream = &region_ops; in bus_space_init()