Home
last modified time | relevance | path

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

/openbmc/linux/drivers/extcon/
H A Dextcon-max77693.c315 int adclow; in max77693_muic_get_cable_type() local
365 adclow = info->status[0] & MAX77693_STATUS1_ADCLOW_MASK; in max77693_muic_get_cable_type()
366 adclow >>= MAX77693_STATUS1_ADCLOW_SHIFT; in max77693_muic_get_cable_type()
383 | (adclow << 1) in max77693_muic_get_cable_type()