Searched refs:max1617_cpr_state (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dmax1617_impl.h66 struct max1617_cpr_state { struct
82 struct max1617_cpr_state max1617_cpr_state; member in struct:max1617_unit
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dmax1617.c249 i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_config;
257 i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_conv_rate;
264 i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_lcl_hlimit;
272 i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_remote_hlimit;
280 i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_lcl_llimit;
288 i2ctp->i2c_wbuf[1] = unitp->max1617_cpr_state.max1617_remote_llimit;
380 unitp->max1617_cpr_state.max1617_config = i2ctp->i2c_rbuf[0];
387 unitp->max1617_cpr_state.max1617_conv_rate = i2ctp->i2c_rbuf[0];
394 unitp->max1617_cpr_state.max1617_lcl_hlimit = i2ctp->i2c_rbuf[0];
401 unitp->max1617_cpr_state
[all...]

Completed in 30 milliseconds