Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_cdns.c210 #define SLV_STATUS1 0x58 macro
1113 if (sys_read32(config->base + SLV_STATUS1) & SLV_STATUS1_HAS_DA) { in cdns_i3c_target_ibi_raise_hj()
1118 if (sys_read32(config->base + SLV_STATUS1) & SLV_STATUS1_HJ_DIS) { in cdns_i3c_target_ibi_raise_hj()
2453 while ((!(sys_read32(config->base + SLV_STATUS1) & in cdns_i3c_target_sdr_tx_thr_int_handler()
2478 while ((!(sys_read32(config->base + SLV_STATUS1) & in cdns_i3c_target_sdr_tx_thr_int_handler()
2563 while (!(sys_read32(config->base + SLV_STATUS1) & in cdns_i3c_irq_handler()
2601 SLV_STATUS1_DA(sys_read32(config->base + SLV_STATUS1))); in cdns_i3c_irq_handler()
2646 while (!(sys_read32(config->base + SLV_STATUS1) & in cdns_i3c_irq_handler()
2710 while ((!(sys_read32(config->base + SLV_STATUS1) & in cdns_i3c_irq_handler()
2824 if (sys_read32(config->base + SLV_STATUS1) & SLV_STATUS1_DDR_TX_FULL) { in cdns_i3c_target_tx_ddr_write()
[all …]