Searched refs:pbs_region_stream (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/or1k/include/ |
H A D | bus_funcs.h | 348 ((*(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 D | bus_defs.h | 208 const struct or1k_bus_space_group *pbs_region_stream; member
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | bus_funcs.h | 355 ((*(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 D | bus_defs.h | 219 const struct powerpc_bus_space_group *pbs_region_stream; member
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | bus_space.c | 426 t->pbs_region_stream = ®ion_strided_ops; in bus_space_init() 432 t->pbs_region_stream = ®ion_ops; in bus_space_init()
|