max1617_cpr_state
i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_config;
i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_conv_rate;
i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_lcl_hlimit;
i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_remote_hlimit;
i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_lcl_llimit;
i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_remote_llimit;
unitp->max1617_cpr_state.max1617_config = i2ctp->i2c_rbuf[0];
unitp->max1617_cpr_state.max1617_conv_rate = i2ctp->i2c_rbuf[0];
unitp->max1617_cpr_state.max1617_lcl_hlimit = i2ctp->i2c_rbuf[0];
unitp->max1617_cpr_state.max1617_remote_hlimit = i2ctp->i2c_rbuf[0];
unitp->max1617_cpr_state.max1617_lcl_llimit = i2ctp->i2c_rbuf[0];
unitp->max1617_cpr_state.max1617_remote_llimit = i2ctp->i2c_rbuf[0];
struct max1617_cpr_state max1617_cpr_state;