Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/i3c/
H A Dccc.h282 u8 maxrdturn[3]; member
/openbmc/linux/drivers/i3c/
H A Dmaster.c1270 info->max_read_turnaround = getmaxds->maxrdturn[0] | in i3c_master_getmxds_locked()
1271 ((u32)getmaxds->maxrdturn[1] << 8) | in i3c_master_getmxds_locked()
1272 ((u32)getmaxds->maxrdturn[2] << 16); in i3c_master_getmxds_locked()