getmaxds         1060 drivers/i3c/master.c 	struct i3c_ccc_getmxds *getmaxds;
getmaxds         1065 drivers/i3c/master.c 	getmaxds = i3c_ccc_cmd_dest_init(&dest, info->dyn_addr,
getmaxds         1066 drivers/i3c/master.c 					 sizeof(*getmaxds));
getmaxds         1067 drivers/i3c/master.c 	if (!getmaxds)
getmaxds         1080 drivers/i3c/master.c 	info->max_read_ds = getmaxds->maxrd;
getmaxds         1081 drivers/i3c/master.c 	info->max_write_ds = getmaxds->maxwr;
getmaxds         1083 drivers/i3c/master.c 		info->max_read_turnaround = getmaxds->maxrdturn[0] |
getmaxds         1084 drivers/i3c/master.c 					    ((u32)getmaxds->maxrdturn[1] << 8) |
getmaxds         1085 drivers/i3c/master.c 					    ((u32)getmaxds->maxrdturn[2] << 16);