Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/
H A Ddevice.c230 part = I3C_PID_PART_ID(devinfo.pid); in i3c_device_match_id()
H A Dmaster.c255 part = I3C_PID_PART_ID(devinfo.pid); in modalias_show()
286 part = I3C_PID_PART_ID(devinfo.pid); in i3c_device_uevent()
/openbmc/linux/include/linux/i3c/
H A Ddevice.h85 #define I3C_PID_PART_ID(pid) (((pid) & GENMASK_ULL(31, 16)) >> 16) macro