Home
last modified time | relevance | path

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

/netbsd/sys/arch/or1k/include/
H A Dbus_funcs.h224 ((*(t)->pbs_multi->pbsg_read_1)((t), (h), (o), (a), (c)))
226 ((*(t)->pbs_multi->pbsg_read_2)((t), (h), (o), (a), (c)))
228 ((*(t)->pbs_multi->pbsg_read_4)((t), (h), (o), (a), (c)))
230 ((*(t)->pbs_multi->pbsg_read_8)((t), (h), (o), (a), (c)))
294 ((*(t)->pbs_multi->pbsg_write_1)((t), (h), (o), (a), (c)))
296 ((*(t)->pbs_multi->pbsg_write_2)((t), (h), (o), (a), (c)))
298 ((*(t)->pbs_multi->pbsg_write_4)((t), (h), (o), (a), (c)))
300 ((*(t)->pbs_multi->pbsg_write_8)((t), (h), (o), (a), (c)))
H A Dbus_defs.h205 const struct or1k_bus_space_group *pbs_multi; member
/netbsd/sys/arch/powerpc/include/
H A Dbus_funcs.h231 ((*(t)->pbs_multi->pbsg_read_1)((t), (h), (o), (a), (c)))
233 ((*(t)->pbs_multi->pbsg_read_2)((t), (h), (o), (a), (c)))
235 ((*(t)->pbs_multi->pbsg_read_4)((t), (h), (o), (a), (c)))
237 ((*(t)->pbs_multi->pbsg_read_8)((t), (h), (o), (a), (c)))
301 ((*(t)->pbs_multi->pbsg_write_1)((t), (h), (o), (a), (c)))
303 ((*(t)->pbs_multi->pbsg_write_2)((t), (h), (o), (a), (c)))
305 ((*(t)->pbs_multi->pbsg_write_4)((t), (h), (o), (a), (c)))
307 ((*(t)->pbs_multi->pbsg_write_8)((t), (h), (o), (a), (c)))
H A Dbus_defs.h216 const struct powerpc_bus_space_group *pbs_multi; member
/netbsd/sys/arch/powerpc/powerpc/
H A Dbus_space.c441 t->pbs_multi = &multi_strided_ops; in bus_space_init()
446 t->pbs_multi = &multi_ops; in bus_space_init()
453 t->pbs_multi = &multi_rb_strided_ops; in bus_space_init()
458 t->pbs_multi = &multi_rb_ops; in bus_space_init()
467 t->pbs_multi = &multi_strided_ops; in bus_space_init()
472 t->pbs_multi = &multi_ops; in bus_space_init()
479 t->pbs_multi = &multi_rb_strided_ops; in bus_space_init()
484 t->pbs_multi = &multi_rb_ops; in bus_space_init()