Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_dw.c1192 uint32_t nibis, ibi_stat; in ibis_handle() local
1198 ibi_stat = sys_read32(config->regs + IBI_QUEUE_STATUS); in ibis_handle()
1199 if (IBI_TYPE_SIRQ(ibi_stat)) { in ibis_handle()
1200 dw_i3c_handle_tir(dev, ibi_stat); in ibis_handle()
1201 } else if (IBI_TYPE_HJ(ibi_stat)) { in ibis_handle()
1202 dw_i3c_handle_hj(dev, ibi_stat); in ibis_handle()