/src/sys/arch/or1k/include/ |
bus_defs.h | 139 void (*pbsg_read_1)(bus_space_tag_t, bus_space_handle_t, member in struct:or1k_bus_space_group
|
bus_funcs.h | 224 ((*(t)->pbs_multi->pbsg_read_1)((t), (h), (o), (a), (c))) 330 ((*(t)->pbs_region->pbsg_read_1)((t), (h), (o), (a), (c)))
|
/src/sys/arch/powerpc/include/ |
bus_defs.h | 150 void (*pbsg_read_1)(bus_space_tag_t, bus_space_handle_t, member in struct:powerpc_bus_space_group
|
bus_funcs.h | 231 ((*(t)->pbs_multi->pbsg_read_1)((t), (h), (o), (a), (c))) 337 ((*(t)->pbs_region->pbsg_read_1)((t), (h), (o), (a), (c)))
|