Searched refs:start_ch (Results 1 – 2 of 2) sorted by relevance
1391 int start_ch, int len, unsigned long mask, in bno055_scan_xfer() argument1414 if (start_ch > BNO055_SCAN_QUATERNION) { in bno055_scan_xfer()1415 start_ch += 3; in bno055_scan_xfer()1416 } else if ((start_ch <= BNO055_SCAN_QUATERNION) && in bno055_scan_xfer()1417 ((start_ch + len) > BNO055_SCAN_QUATERNION)) { in bno055_scan_xfer()1423 base + start_ch * sizeof(__le16), in bno055_scan_xfer()1430 if (quat_in_read && ((start_ch + i) > BNO055_SCAN_QUATERNION)) in bno055_scan_xfer()1436 n = (start_ch + i == BNO055_SCAN_QUATERNION) ? 4 : 1; in bno055_scan_xfer()
562 static void start_ch(struct sh_mobile_i2c_data *pd, struct i2c_msg *usr_msg, in start_ch() function658 start_ch(pd, msg, do_start); in sh_mobile_xfer()