Lines Matching refs:vbvolt
315 int vbvolt;
369 vbvolt = info->status[1] & MAX77693_STATUS2_VBVOLT_MASK;
370 vbvolt >>= MAX77693_STATUS2_VBVOLT_SHIFT;
381 | (vbvolt << 2)
432 * Read vbvolt field, if vbvolt is 1,
435 vbvolt = info->status[1] & MAX77693_STATUS2_VBVOLT_MASK;
436 vbvolt >>= MAX77693_STATUS2_VBVOLT_SHIFT;
438 cable_type = vbvolt;
453 int vbvolt;
469 vbvolt = max77693_muic_get_cable_type(info,
471 if (attached && !vbvolt) {