Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c303 uint8_t bamatch; in get_bus_available_match_val() local
305 bamatch = DIV_ROUND_UP(apb4_freq, MHZ(1)); in get_bus_available_match_val()
307 bamatch = DIV_ROUND_UP(bamatch, BAMATCH_DIV); in get_bus_available_match_val()
309 return bamatch; in get_bus_available_match_val()
2432 uint8_t bamatch; in npcx_i3c_apply_cntlr_config() local
2465 bamatch = get_bus_available_match_val(apb4_rate); in npcx_i3c_apply_cntlr_config()
2466 LOG_DBG("BAMATCH: %d", bamatch); in npcx_i3c_apply_cntlr_config()
2468 SET_FIELD(inst->CONFIG, NPCX_I3C_CONFIG_BAMATCH, bamatch); in npcx_i3c_apply_cntlr_config()
2481 uint8_t bamatch; in npcx_i3c_apply_target_config() local
2499 bamatch = get_bus_available_match_val(apb4_rate); in npcx_i3c_apply_target_config()
[all …]