Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/i3c/
Di3c_cdns.c1778 static void cdns_i3c_handle_ibi(const struct device *dev, uint32_t ibir) in cdns_i3c_handle_ibi() argument
1788 uint8_t slave_id = IBIR_SLVID(ibir); in cdns_i3c_handle_ibi()
1807 if (!(IBIR_ACKED & ibir)) { in cdns_i3c_handle_ibi()
1811 if (ibir & IBIR_ERROR) { in cdns_i3c_handle_ibi()
1817 uint8_t ibi_len = IBIR_XFER_BYTES(ibir); in cdns_i3c_handle_ibi()
1830 static void cdns_i3c_handle_hj(const struct device *dev, uint32_t ibir) in cdns_i3c_handle_hj() argument
1832 if (!(IBIR_ACKED & ibir)) { in cdns_i3c_handle_hj()
1848 uint32_t ibir = sys_read32(config->base + IBIR); in cnds_i3c_master_demux_ibis() local
1850 switch (IBIR_TYPE(ibir)) { in cnds_i3c_master_demux_ibis()
1852 cdns_i3c_handle_ibi(dev, ibir); in cnds_i3c_master_demux_ibis()
[all …]