Lines Matching refs:vbvolt
316 int vbvolt;
370 vbvolt = info->status[1] & MAX77693_STATUS2_VBVOLT_MASK;
371 vbvolt >>= MAX77693_STATUS2_VBVOLT_SHIFT;
382 | (vbvolt << 2)
433 * Read vbvolt field, if vbvolt is 1,
436 vbvolt = info->status[1] & MAX77693_STATUS2_VBVOLT_MASK;
437 vbvolt >>= MAX77693_STATUS2_VBVOLT_SHIFT;
439 cable_type = vbvolt;
454 int vbvolt;
470 vbvolt = max77693_muic_get_cable_type(info,
472 if (attached && !vbvolt) {