Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rtc/
Drtc-rv3032.c114 static u16 rv3032_trickle_resistors[] = {1000, 2000, 7000, 11000}; variable
534 for (i = 0; i < ARRAY_SIZE(rv3032_trickle_resistors); i++) in rv3032_trickle_charger_setup()
535 if (ohms == rv3032_trickle_resistors[i]) in rv3032_trickle_charger_setup()
538 if (i >= ARRAY_SIZE(rv3032_trickle_resistors)) { in rv3032_trickle_charger_setup()