Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-max77693.c314 int adclow; in max77693_muic_get_cable_type() local
364 adclow = info->status[0] & MAX77693_STATUS1_ADCLOW_MASK; in max77693_muic_get_cable_type()
365 adclow >>= MAX77693_STATUS1_ADCLOW_SHIFT; in max77693_muic_get_cable_type()
382 | (adclow << 1) in max77693_muic_get_cable_type()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds