/src/sys/arch/or1k/include/ |
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)))
|
bus_defs.h | 208 const struct or1k_bus_space_group *pbs_region_stream; member in struct:or1k_bus_space
|
/src/sys/arch/powerpc/include/ |
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)))
|
bus_defs.h | 219 const struct powerpc_bus_space_group *pbs_region_stream; member in struct:powerpc_bus_space
|
/src/sys/arch/powerpc/powerpc/ |
bus_space.c | 426 t->pbs_region_stream = ®ion_strided_ops; 432 t->pbs_region_stream = ®ion_ops;
|