Searched refs:MST_STATUS0_IDLE (Results 1 – 1 of 1) sorted by relevance
107 #define MST_STATUS0_IDLE BIT(18) macro872 if (val & MST_STATUS0_IDLE) { in cdns_i3c_cancel_transfer()1005 while (!(sys_read32(config->base + MST_STATUS0) & MST_STATUS0_IDLE) && (retry_count > 0)) { in cdns_i3c_do_ccc()1393 while (!(sys_read32(config->base + MST_STATUS0) & MST_STATUS0_IDLE) && (retry_count > 0)) { in cdns_i3c_i2c_transfer()1686 while (!(sys_read32(config->base + MST_STATUS0) & MST_STATUS0_IDLE) && (retry_count > 0)) { in cdns_i3c_transfer()