Home
last modified time | relevance | path

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

/linux/drivers/hwmon/pmbus/
H A Dlm25066.c37 #define LM25066_DEV_SETUP_CL BIT(4) /* Current limit */ macro
499 config_new |= LM25066_DEV_SETUP_CL; in lm25066_probe()
501 config_new &= ~LM25066_DEV_SETUP_CL; in lm25066_probe()
504 config_new &= ~LM25066_DEV_SETUP_CL; in lm25066_probe()
506 config_new |= LM25066_DEV_SETUP_CL; in lm25066_probe()
560 if (config & LM25066_DEV_SETUP_CL) { in lm25066_probe()