Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_cdns.c235 #define SLV_STATUS1_SDR_TX_FULL BIT(2) macro
2631 SLV_STATUS1_SDR_TX_FULL)) && in cdns_i3c_target_sdr_tx_thr_int_handler()
2656 SLV_STATUS1_SDR_TX_FULL)) && in cdns_i3c_target_sdr_tx_thr_int_handler()
3116 if (sys_read32(config->base + SLV_STATUS1) & SLV_STATUS1_SDR_TX_FULL) { in cdns_i3c_target_tx_write()
3137 (!(sys_read32(config->base + SLV_STATUS1) & SLV_STATUS1_SDR_TX_FULL))) { in cdns_i3c_target_tx_write()