Lines Matching refs:tag

178 rmi_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,
357 /* generic bus_space tag */
397 * described by tag/handle/offset.
401 rmi_bus_space_read_1(void *tag, bus_space_handle_t handle,
408 rmi_bus_space_read_2(void *tag, bus_space_handle_t handle,
415 rmi_bus_space_read_4(void *tag, bus_space_handle_t handle,
424 * described by tag/handle/offset and copy into buffer provided.
427 rmi_bus_space_read_multi_1(void *tag, bus_space_handle_t handle,
434 rmi_bus_space_read_multi_2(void *tag, bus_space_handle_t handle,
441 rmi_bus_space_read_multi_4(void *tag, bus_space_handle_t handle,
449 * described by tag/handle/offset.
453 rmi_bus_space_write_1(void *tag, bus_space_handle_t handle,
460 rmi_bus_space_write_2(void *tag, bus_space_handle_t handle,
467 rmi_bus_space_write_4(void *tag, bus_space_handle_t handle,
476 * provided to bus space described by tag/handle/offset.
481 rmi_bus_space_write_multi_1(void *tag, bus_space_handle_t handle,
488 rmi_bus_space_write_multi_2(void *tag, bus_space_handle_t handle,
495 rmi_bus_space_write_multi_4(void *tag, bus_space_handle_t handle,
503 * by tag/handle starting at `offset'.
529 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
541 * described by tag/handle/offset and copy into buffer provided.
570 rmi_bus_space_read_multi_stream_1(void *tag, bus_space_handle_t handle,
577 rmi_bus_space_read_multi_stream_2(void *tag, bus_space_handle_t handle,
584 rmi_bus_space_read_multi_stream_4(void *tag, bus_space_handle_t handle,
593 * described by tag/handle and starting at `offset' and copy into
647 rmi_bus_space_write_multi_stream_1(void *tag, bus_space_handle_t handle,
654 rmi_bus_space_write_multi_stream_2(void *tag, bus_space_handle_t handle,
661 rmi_bus_space_write_multi_stream_4(void *tag, bus_space_handle_t handle,
685 rmi_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,