| http://www.w3.org/ns/prov#value | - the case of compound mode it will be 1 for last message,> + * otherwise 0.> + * @first: specifies whether first message or not.> + * 1 for first message otherwise 0.> + */> +static s32 pch_writebytes(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs,> + u32 last, u32 first)> +{> + struct i2c_algo_pch_data *adap = i2c_adap->algo_data;> + u8 *buf;> + u32
|