anx7411_reg_write
ret = anx7411_reg_write(ctx->spi_client, INT_STS, 0);
ret |= anx7411_reg_write(ctx->tcpc_client, ALERT_0, 0xFF);
ret |= anx7411_reg_write(ctx->tcpc_client, ALERT_1, 0xFF);
ret |= anx7411_reg_write(ctx->spi_client, CMD_SEND_BUF,
ret = anx7411_reg_write(ctx->spi_client, CMD_RECV_BUF, 0);
ret = anx7411_reg_write(ctx->spi_client, PD_REV_INIT, PD_REV20);
ret |= anx7411_reg_write(ctx->tcpc_client, FW_CTRL_0,
ret |= anx7411_reg_write(ctx->spi_client, FW_CTRL_1,
ret |= anx7411_reg_write(ctx->tcpc_client, VBUS_THRESHOLD_H, 0xff);
ret |= anx7411_reg_write(ctx->tcpc_client, VBUS_THRESHOLD_L, 0x03);
ret |= anx7411_reg_write(ctx->tcpc_client, FW_PARAM,
ret |= anx7411_reg_write(ctx->spi_client, INT_MASK, 0);
ret |= anx7411_reg_write(ctx->spi_client, PD_EXT_MSG_CTRL, 0xFF);
ret |= anx7411_reg_write(ctx->spi_client, MAX_POWER,
ret |= anx7411_reg_write(ctx->spi_client, MIN_POWER, 2);
ret |= anx7411_reg_write(ctx->spi_client, MAX_VOLTAGE,
ret = anx7411_reg_write(ctx->spi_client, OCM_CTRL_0,
ret |= anx7411_reg_write(ctx->tcpc_client, ANALOG_CTRL_10, 0x80);
ret |= anx7411_reg_write(ctx->tcpc_client, TCPC_ROLE_CTRL,
ret |= anx7411_reg_write(ctx->tcpc_client, TCPC_COMMAND,
ret |= anx7411_reg_write(ctx->tcpc_client,
ret = anx7411_reg_write(ctx->spi_client, INT_STS, 0);
ret |= anx7411_reg_write(ctx->tcpc_client, ALERT_0, alert0);
ret |= anx7411_reg_write(ctx->tcpc_client, ALERT_1, alert1);