Home
last modified time | relevance | path

Searched refs:REMOTE_I3C_HANDLE_CCC_WRITE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/i3c/
H A Dremote-i3c.h58 REMOTE_I3C_HANDLE_CCC_WRITE = 7, enumerator
/openbmc/qemu/hw/i3c/
H A Dremote-i3c.c110 REMOTE_I3C_HANDLE_CCC_WRITE); in remote_i3c_chr_send_bytes()
176 i3c->current_cmd = REMOTE_I3C_HANDLE_CCC_WRITE; in remote_i3c_handle_ccc_write()
/openbmc/qemu/tests/qtest/
H A Dremote-i3c-test.c322 remote_target_expected_data[1] = REMOTE_I3C_HANDLE_CCC_WRITE; in add_targets_to_bus()