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

/linux-4.1.27/drivers/mfd/
H A Dlm3533-ctrlbank.c20 #define LM3533_MAX_CURRENT_MIN 5000 macro
82 if (imax < LM3533_MAX_CURRENT_MIN || imax > LM3533_MAX_CURRENT_MAX) lm3533_ctrlbank_set_max_current()
85 val = (imax - LM3533_MAX_CURRENT_MIN) / LM3533_MAX_CURRENT_STEP; lm3533_ctrlbank_set_max_current()

Completed in 77 milliseconds