HomeSort by: relevance | last modified time | path
    Searched refs:pbs_multi (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/or1k/include/
bus_funcs.h 224 ((*(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)))
bus_defs.h 205 const struct or1k_bus_space_group *pbs_multi; member in struct:or1k_bus_space
  /src/sys/arch/powerpc/include/
bus_funcs.h 231 ((*(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)))
bus_defs.h 216 const struct powerpc_bus_space_group *pbs_multi; member in struct:powerpc_bus_space
  /src/sys/arch/powerpc/powerpc/
bus_space.c 441 t->pbs_multi = &multi_strided_ops;
446 t->pbs_multi = &multi_ops;
453 t->pbs_multi = &multi_rb_strided_ops;
458 t->pbs_multi = &multi_rb_ops;
467 t->pbs_multi = &multi_strided_ops;
472 t->pbs_multi = &multi_ops;
479 t->pbs_multi = &multi_rb_strided_ops;
484 t->pbs_multi = &multi_rb_ops;

Completed in 14 milliseconds