Searched refs:I3C_MSG_RW_MASK (Results 1 – 3 of 3) sorted by relevance
393 #define I3C_MSG_RW_MASK BIT(0) macro
1081 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in mcux_i3c_transfer()1103 (msgs[i + 1].flags & I3C_MSG_RW_MASK) == I3C_MSG_WRITE; in mcux_i3c_transfer()
1708 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()1744 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()