Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-rv3028.c99 static u16 rv3028_trickle_resistors[] = {3000, 5000, 9000, 15000}; variable
868 for (i = 0; i < ARRAY_SIZE(rv3028_trickle_resistors); i++) in rv3028_probe()
869 if (ohms == rv3028_trickle_resistors[i]) in rv3028_probe()
872 if (i < ARRAY_SIZE(rv3028_trickle_resistors)) { in rv3028_probe()