UCSI_CONTROL
req->offset = UCSI_CONTROL;
memcpy(ua->base + UCSI_CONTROL, &command, sizeof(command));
u16 reg = CCGX_RAB_UCSI_DATA_BLOCK(UCSI_CONTROL);
ret = pmic_glink_ucsi_locked_write(ucsi, UCSI_CONTROL, &command, sizeof(command));
buf[0] = UCSI_CONTROL;
dev_err(g0->dev, "i2c write %02x, %02x error: %d\n", client->addr, UCSI_CONTROL, ret);