Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dmax6697.h23 u8 resistance_cancellation; /* set bit to 0 to disable member
/openbmc/linux/drivers/hwmon/
H A Dmax6697.c582 pdata->resistance_cancellation = be32_to_cpu(prop[0]); in max6697_get_config_of()
584 pdata->resistance_cancellation = 0xfe; in max6697_get_config_of()
642 if (pdata->resistance_cancellation && in max6697_init_chip()
667 factor += hweight8(pdata->resistance_cancellation >> 1); in max6697_init_chip()
669 pdata->resistance_cancellation >> 1); in max6697_init_chip()