Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-rv3032.c115 static u16 rv3032_trickle_resistors[] = {1000, 2000, 7000, 11000}; variable
596 for (i = 0; i < ARRAY_SIZE(rv3032_trickle_resistors); i++) in rv3032_trickle_charger_setup()
597 if (ohms == rv3032_trickle_resistors[i]) in rv3032_trickle_charger_setup()
600 if (i >= ARRAY_SIZE(rv3032_trickle_resistors)) { in rv3032_trickle_charger_setup()