Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/rtc/
A Drtc-rv3028.c104 static u16 rv3028_trickle_resistors[] = {3000, 5000, 9000, 15000}; variable
945 for (i = 0; i < ARRAY_SIZE(rv3028_trickle_resistors); i++) in rv3028_probe()
946 if (ohms == rv3028_trickle_resistors[i]) in rv3028_probe()
949 if (i < ARRAY_SIZE(rv3028_trickle_resistors)) { in rv3028_probe()

Completed in 5 milliseconds