Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-rv3028.c104 static u16 rv3028_trickle_resistors[] = {3000, 5000, 9000, 15000}; variable
877 for (i = 0; i < ARRAY_SIZE(rv3028_trickle_resistors); i++) in rv3028_set_trickle_charger()
878 if (ohms == rv3028_trickle_resistors[i]) in rv3028_set_trickle_charger()
881 if (i < ARRAY_SIZE(rv3028_trickle_resistors)) { in rv3028_set_trickle_charger()