Lines Matching refs:tag

176 rmi_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,
355 /* generic bus_space tag */
395 * described by tag/handle/offset.
399 rmi_bus_space_read_1(void *tag, bus_space_handle_t handle,
406 rmi_bus_space_read_2(void *tag, bus_space_handle_t handle,
413 rmi_bus_space_read_4(void *tag, bus_space_handle_t handle,
422 * described by tag/handle/offset and copy into buffer provided.
425 rmi_bus_space_read_multi_1(void *tag, bus_space_handle_t handle,
432 rmi_bus_space_read_multi_2(void *tag, bus_space_handle_t handle,
439 rmi_bus_space_read_multi_4(void *tag, bus_space_handle_t handle,
447 * described by tag/handle/offset.
451 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle,
458 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle,
465 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle,
474 * provided to bus space described by tag/handle/offset.
479 rmi_bus_space_write_multi_1(void *tag, bus_space_handle_t handle,
486 rmi_bus_space_write_multi_2(void *tag, bus_space_handle_t handle,
493 rmi_bus_space_write_multi_4(void *tag, bus_space_handle_t handle,
501 * by tag/handle starting at `offset'.
527 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
539 * described by tag/handle/offset and copy into buffer provided.
568 rmi_bus_space_read_multi_stream_1(void *tag, bus_space_handle_t handle,
575 rmi_bus_space_read_multi_stream_2(void *tag, bus_space_handle_t handle,
582 rmi_bus_space_read_multi_stream_4(void *tag, bus_space_handle_t handle,
591 * described by tag/handle and starting at `offset' and copy into
645 rmi_bus_space_write_multi_stream_1(void *tag, bus_space_handle_t handle,
652 rmi_bus_space_write_multi_stream_2(void *tag, bus_space_handle_t handle,
659 rmi_bus_space_write_multi_stream_4(void *tag, bus_space_handle_t handle,
683 rmi_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,