Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i3c/
H A Di3c.h95 #define CCC_IS_DIRECT(_ccc) (_ccc & 0x80) macro
/openbmc/qemu/hw/i3c/
H A Dcore.c361 if (ret && !CCC_IS_DIRECT(bus->ccc)) { in i3c_send()
H A Daspeed_i3c.c1394 if (CCC_IS_DIRECT(cmd.cmd)) { in aspeed_i3c_device_transfer_ccc()