Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_dw.c130 #define SLV_EVENT_STATUS 0x38 macro
1224 if ((sys_read32(config->regs + SLV_EVENT_STATUS) & SLV_EVENT_STATUS_HJ_EN)) { in dw_i3c_target_ibi_raise_hj()
1239 sys_write32(sys_read32(config->regs + SLV_EVENT_STATUS) | SLV_EVENT_STATUS_HJ_EN, in dw_i3c_target_ibi_raise_hj()
1240 config->regs + SLV_EVENT_STATUS); in dw_i3c_target_ibi_raise_hj()
1267 if (!(sys_read32(config->regs + SLV_EVENT_STATUS) & SLV_EVENT_STATUS_SIR_EN)) { in dw_i3c_target_ibi_raise_tir()