Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i3c/
Di3c_cdns.c2290 static void cdns_i3c_handle_ibi(const struct device *dev, uint32_t ibir) in cdns_i3c_handle_ibi() argument
2300 uint8_t slave_id = IBIR_SLVID(ibir); in cdns_i3c_handle_ibi()
2319 if (!(IBIR_ACKED & ibir)) { in cdns_i3c_handle_ibi()
2323 if (ibir & IBIR_ERROR) { in cdns_i3c_handle_ibi()
2329 uint8_t ibi_len = IBIR_XFER_BYTES(ibir); in cdns_i3c_handle_ibi()
2342 static void cdns_i3c_handle_hj(const struct device *dev, uint32_t ibir) in cdns_i3c_handle_hj() argument
2344 if (!(IBIR_ACKED & ibir)) { in cdns_i3c_handle_hj()
2360 uint32_t ibir = sys_read32(config->base + IBIR); in cnds_i3c_master_demux_ibis() local
2362 switch (IBIR_TYPE(ibir)) { in cnds_i3c_master_demux_ibis()
2364 cdns_i3c_handle_ibi(dev, ibir); in cnds_i3c_master_demux_ibis()
[all …]