Lines Matching defs:data
546 const u8 *data, int length, int restart)
562 /* Write data byte */
563 writeb(data[i], i2c->base + MPC_I2C_DR);
574 u8 *data, int length, int restart, bool recv_len)
624 * The length is 1 length byte plus actually data length
631 * For block reads, generate txack here if data length
638 data[i] = byte;
812 if (match->data) {
813 const struct mpc_i2c_data *data = match->data;
814 data->setup(op->dev.of_node, i2c, clock);
926 {.compatible = "mpc5200-i2c", .data = &mpc_i2c_data_52xx, },
927 {.compatible = "fsl,mpc5200b-i2c", .data = &mpc_i2c_data_52xx, },
928 {.compatible = "fsl,mpc5200-i2c", .data = &mpc_i2c_data_52xx, },
929 {.compatible = "fsl,mpc5121-i2c", .data = &mpc_i2c_data_512x, },
930 {.compatible = "fsl,mpc8313-i2c", .data = &mpc_i2c_data_8313, },
931 {.compatible = "fsl,mpc8543-i2c", .data = &mpc_i2c_data_8543, },
932 {.compatible = "fsl,mpc8544-i2c", .data = &mpc_i2c_data_8544, },