Lines Matching refs:tag

176 rmi_pci_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,
355 /* generic bus_space tag */
394 * described by tag/handle/offset.
398 rmi_pci_bus_space_read_1(void *tag, bus_space_handle_t handle,
405 rmi_pci_bus_space_read_2(void *tag, bus_space_handle_t handle,
412 rmi_pci_bus_space_read_4(void *tag, bus_space_handle_t handle,
421 * described by tag/handle/offset and copy into buffer provided.
424 rmi_pci_bus_space_read_multi_1(void *tag, bus_space_handle_t handle,
434 rmi_pci_bus_space_read_multi_2(void *tag, bus_space_handle_t handle,
446 rmi_pci_bus_space_read_multi_4(void *tag, bus_space_handle_t handle,
459 * described by tag/handle/offset.
463 rmi_pci_bus_space_write_1(void *tag, bus_space_handle_t handle,
471 rmi_pci_bus_space_write_2(void *tag, bus_space_handle_t handle,
480 rmi_pci_bus_space_write_4(void *tag, bus_space_handle_t handle,
489 * provided to bus space described by tag/handle/offset.
494 rmi_pci_bus_space_write_multi_1(void *tag, bus_space_handle_t handle,
505 rmi_pci_bus_space_write_multi_2(void *tag, bus_space_handle_t handle,
516 rmi_pci_bus_space_write_multi_4(void *tag, bus_space_handle_t handle,
528 * by tag/handle starting at `offset'.
554 * at tag/bsh1/off1 to bus space starting at tag/bsh2/off2.
566 * described by tag/handle/offset and copy into buffer provided.
595 rmi_pci_bus_space_read_multi_stream_1(void *tag, bus_space_handle_t handle,
605 rmi_pci_bus_space_read_multi_stream_2(void *tag, bus_space_handle_t handle,
615 rmi_pci_bus_space_read_multi_stream_4(void *tag, bus_space_handle_t handle,
628 * described by tag/handle and starting at `offset' and copy into
695 rmi_pci_bus_space_write_multi_stream_1(void *tag, bus_space_handle_t handle,
706 rmi_pci_bus_space_write_multi_stream_2(void *tag, bus_space_handle_t handle,
717 rmi_pci_bus_space_write_multi_stream_4(void *tag, bus_space_handle_t handle,
757 rmi_pci_bus_space_barrier(void *tag __unused, bus_space_handle_t bsh __unused,