Home
last modified time | relevance | path

Searched refs:STATUS2_VBVOLT_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/mfd/
Dmax8997-private.h215 #define STATUS2_VBVOLT_MASK (0x1 << STATUS2_VBVOLT_SHIFT) macro
Dmax14577-private.h151 #define STATUS2_VBVOLT_MASK BIT(STATUS2_VBVOLT_SHIFT) macro
Dmax77693-private.h332 #define STATUS2_VBVOLT_MASK (0x1 << STATUS2_VBVOLT_SHIFT) macro
/linux-4.1.27/drivers/extcon/
Dextcon-max77693.c401 vbvolt = info->status[1] & STATUS2_VBVOLT_MASK; in max77693_muic_get_cable_type()
467 vbvolt = info->status[1] & STATUS2_VBVOLT_MASK; in max77693_muic_get_cable_type()