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

  /src/sys/arch/or1k/include/
bus_funcs.h 242 ((*(t)->pbs_multi_stream->pbsg_read_2)((t), (h), (o), (a), (c)))
244 ((*(t)->pbs_multi_stream->pbsg_read_4)((t), (h), (o), (a), (c)))
246 ((*(t)->pbs_multi_stream->pbsg_read_8)((t), (h), (o), (a), (c)))
312 ((*(t)->pbs_multi_stream->pbsg_write_1)((t), (h), (o), (a), (c)))
314 ((*(t)->pbs_multi_stream->pbsg_write_2)((t), (h), (o), (a), (c)))
316 ((*(t)->pbs_multi_stream->pbsg_write_4)((t), (h), (o), (a), (c)))
318 ((*(t)->pbs_multi_stream->pbsg_write_8)((t), (h), (o), (a), (c)))
bus_defs.h 206 const struct or1k_bus_space_group *pbs_multi_stream; member in struct:or1k_bus_space
  /src/sys/arch/powerpc/include/
bus_funcs.h 249 ((*(t)->pbs_multi_stream->pbsg_read_2)((t), (h), (o), (a), (c)))
251 ((*(t)->pbs_multi_stream->pbsg_read_4)((t), (h), (o), (a), (c)))
253 ((*(t)->pbs_multi_stream->pbsg_read_8)((t), (h), (o), (a), (c)))
319 ((*(t)->pbs_multi_stream->pbsg_write_1)((t), (h), (o), (a), (c)))
321 ((*(t)->pbs_multi_stream->pbsg_write_2)((t), (h), (o), (a), (c)))
323 ((*(t)->pbs_multi_stream->pbsg_write_4)((t), (h), (o), (a), (c)))
325 ((*(t)->pbs_multi_stream->pbsg_write_8)((t), (h), (o), (a), (c)))
bus_defs.h 217 const struct powerpc_bus_space_group *pbs_multi_stream; member in struct:powerpc_bus_space
  /src/sys/arch/powerpc/powerpc/
bus_space.c 425 t->pbs_multi_stream = &multi_strided_ops;
431 t->pbs_multi_stream = &multi_ops;

Completed in 24 milliseconds