Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c140 #define GET_PID_PARTNO(pid) (pid & 0xffffffff) /* PID[31:0] */ macro
2517 inst->PARTNO = (uint32_t)GET_PID_PARTNO(pid); in npcx_i3c_apply_target_config()
2522 LOG_DBG("partno: %#x", (uint32_t)GET_PID_PARTNO(pid)); in npcx_i3c_apply_target_config()