Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/i3c/
Di3c_cdns.c107 #define MST_STATUS0_IDLE BIT(18) macro
872 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()