Searched refs:start_ch (Results 1 – 2 of 2) sorted by relevance
1383 int start_ch, int len, unsigned long mask, in bno055_scan_xfer() argument1406 if (start_ch > BNO055_SCAN_QUATERNION) { in bno055_scan_xfer()1407 start_ch += 3; in bno055_scan_xfer()1408 } else if ((start_ch <= BNO055_SCAN_QUATERNION) && in bno055_scan_xfer()1409 ((start_ch + len) > BNO055_SCAN_QUATERNION)) { in bno055_scan_xfer()1415 base + start_ch * sizeof(__le16), in bno055_scan_xfer()1422 if (quat_in_read && ((start_ch + i) > BNO055_SCAN_QUATERNION)) in bno055_scan_xfer()1428 n = (start_ch + i == BNO055_SCAN_QUATERNION) ? 4 : 1; in bno055_scan_xfer()
561 static void start_ch(struct sh_mobile_i2c_data *pd, struct i2c_msg *usr_msg, in start_ch() function657 start_ch(pd, msg, do_start); in sh_mobile_xfer()